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

Unified Diff: Source/core/dom/ProcessingInstruction.idl

Issue 1151203002: Make CharacterData.substringData() and ProcessingInstruction.target not nullable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: drop Document changes Created 5 years, 7 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 | « Source/core/dom/CharacterData.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ProcessingInstruction.idl
diff --git a/Source/core/dom/ProcessingInstruction.idl b/Source/core/dom/ProcessingInstruction.idl
index 048f210598a45d8f499b1009d4970704e964a178..c645fab30207d6eafa9d0773f1d7e9bd1ec2221a 100644
--- a/Source/core/dom/ProcessingInstruction.idl
+++ b/Source/core/dom/ProcessingInstruction.idl
@@ -21,8 +21,7 @@
// https://dom.spec.whatwg.org/#interface-processinginstruction
interface ProcessingInstruction : CharacterData {
- // FIXME: target should not be nullable.
- readonly attribute DOMString? target;
+ readonly attribute DOMString target;
// FIXME: CharacterData.sheet is not part of any modern spec.
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=28068
« no previous file with comments | « Source/core/dom/CharacterData.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698