Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1874)

Unified Diff: core/dom/ProcessingInstruction.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/dom/ParentNode.idl ('k') | core/dom/Range.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/ProcessingInstruction.idl
diff --git a/core/dom/ProcessingInstruction.idl b/core/dom/ProcessingInstruction.idl
index c082c1035109313123481eca3c09b6b7e0b60e1e..650e74ca893cbb7775d20f875ed634359d1568e5 100644
--- a/core/dom/ProcessingInstruction.idl
+++ b/core/dom/ProcessingInstruction.idl
@@ -18,13 +18,12 @@
* Boston, MA 02110-1301, USA.
*/
-interface ProcessingInstruction : CharacterData {
-
- // DOM Level 1
+// https://dom.spec.whatwg.org/#interface-processinginstruction
- readonly attribute DOMString? target;
+interface ProcessingInstruction : CharacterData {
+ readonly attribute DOMString target;
- // interface LinkStyle from DOM Level 2 Style Sheets
+ // ProcessingInstruction implements LinkStyle
+ // http://dev.w3.org/csswg/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction
readonly attribute StyleSheet sheet;
};
-
« no previous file with comments | « core/dom/ParentNode.idl ('k') | core/dom/Range.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698