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 |