Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 242c4b76ae0145ca9f30e40aa8e288c2763bc68e..7ce88ae82f22c56f5fd1dacbe1996a719667594e 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -161,10 +161,6 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext; |
readonly attribute DOMString compatMode; |
- // NodeSelector - Selector API |
- [RaisesException] Element querySelector(DOMString selectors); |
- [RaisesException] NodeList querySelectorAll(DOMString selectors); |
- |
void webkitExitPointerLock(); |
readonly attribute Element webkitPointerLockElement; |