Index: third_party/WebKit/Source/core/dom/Node.idl |
diff --git a/third_party/WebKit/Source/core/dom/Node.idl b/third_party/WebKit/Source/core/dom/Node.idl |
index e3aaa0a757b38a8cb75e9334d970276fc070cb9a..eef38692de8e0db673f04711583c92ba60dff015 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.idl |
+++ b/third_party/WebKit/Source/core/dom/Node.idl |
@@ -37,7 +37,7 @@ |
const unsigned short DOCUMENT_TYPE_NODE = 10; |
const unsigned short DOCUMENT_FRAGMENT_NODE = 11; |
const unsigned short NOTATION_NODE = 12; // historical |
- readonly attribute unsigned short nodeType; |
+ [ImplementedAs=getNodeType] readonly attribute unsigned short nodeType; |
readonly attribute DOMString nodeName; |
readonly attribute DOMString? baseURI; |