Index: Source/core/dom/ProcessingInstruction.idl |
diff --git a/Source/core/dom/ProcessingInstruction.idl b/Source/core/dom/ProcessingInstruction.idl |
index c082c1035109313123481eca3c09b6b7e0b60e1e..8f3c828a8a55d27c5c4384c4c6485fdb0f20d68f 100644 |
--- a/Source/core/dom/ProcessingInstruction.idl |
+++ b/Source/core/dom/ProcessingInstruction.idl |
@@ -17,10 +17,11 @@ |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
* Boston, MA 02110-1301, USA. |
*/ |
- |
+[DoNotCheckConstants] |
interface ProcessingInstruction : CharacterData { |
// DOM Level 1 |
+ const unsigned short nodeType = 7; |
readonly attribute DOMString? target; |