Index: Source/core/dom/ProcessingInstruction.idl |
diff --git a/Source/core/dom/ProcessingInstruction.idl b/Source/core/dom/ProcessingInstruction.idl |
index 80aace5b9b5872a5b7c80af30af376c8787f0b63..c082c1035109313123481eca3c09b6b7e0b60e1e 100644 |
--- a/Source/core/dom/ProcessingInstruction.idl |
+++ b/Source/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; |