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

Unified Diff: core/dom/ProcessingInstruction.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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/Node.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 80aace5b9b5872a5b7c80af30af376c8787f0b63..c082c1035109313123481eca3c09b6b7e0b60e1e 100644
--- a/core/dom/ProcessingInstruction.idl
+++ b/core/dom/ProcessingInstruction.idl
@@ -22,7 +22,7 @@ interface ProcessingInstruction : CharacterData {
// DOM Level 1
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString target;
+ readonly attribute DOMString? target;
// interface LinkStyle from DOM Level 2 Style Sheets
readonly attribute StyleSheet sheet;
« no previous file with comments | « core/dom/Node.idl ('k') | core/dom/Range.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698