| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 63e2d84df713719d60a4d9d2e477522380b3fff7..414088f13b885ec1bdf789b54ea1c96914704c32 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -23,10 +23,12 @@ callback CustomElementConstructor = Element ();
|
| typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
|
|
|
| [
|
| - SpecialWrapFor=(HTMLDocument,XMLDocument)
|
| + SpecialWrapFor=(HTMLDocument,XMLDocument),
|
| + DoNotCheckConstants,
|
| ] interface Document : Node {
|
|
|
| // DOM Level 1 Core
|
| + const unsigned short nodeType = 9;
|
| readonly attribute DocumentType doctype;
|
| readonly attribute DOMImplementation implementation;
|
| readonly attribute Element documentElement;
|
|
|