Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index 3cd2be218175de831ebee12edf7aba473745583f..894ccf6ecea6a2e712612b35bc157d66d642ba0d 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -195,9 +195,6 @@ |
// Additional constructors. |
attribute TransitionEventConstructor WebKitTransitionEvent; |
[RuntimeEnabled=CSSAnimationUnprefixed] attribute WebKitAnimationEventConstructor AnimationEvent; |
- // Mozilla has a separate XMLDocument object for XML documents. |
- // We just use Document for this. |
- attribute DocumentConstructor XMLDocument; |
attribute URLConstructor webkitURL; // FIXME: deprecate this. |
attribute MutationObserverConstructor WebKitMutationObserver; // FIXME: Add metrics to determine when we can remove this. |
attribute IDBCursorConstructor webkitIDBCursor; |