| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index e61390bbf5d50a1102434423e8ca27ef4789b48a..fe3d99665100df5a0a170cb0533551b355582b64 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -89,6 +89,9 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
|
| CSSStyleDeclaration getOverrideStyle([Default=Undefined] optional Element element,
|
| [Default=Undefined] optional DOMString pseudoElement);
|
|
|
| + // DOM 4
|
| + readonly attribute DOMString contentType;
|
| +
|
| // Common extensions
|
| [CustomElementCallbacks]
|
| boolean execCommand([Default=Undefined] optional DOMString command,
|
|
|