| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 42ca8c2d4797b46bbfe044d8dea7af4b1029f0c1..f8996d7c2feec50187a4439a471521946256fbc9 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -58,9 +58,6 @@
|
| [RaisesException] boolean isValidContentSelect(Element contentElement);
|
| Node treeScopeRootNode(Node node);
|
| Node parentTreeScope(Node node);
|
| - [RaisesException] boolean hasSelectorForIdInShadow(Element host, DOMString id);
|
| - [RaisesException] boolean hasSelectorForClassInShadow(Element host, DOMString className);
|
| - [RaisesException] boolean hasSelectorForAttributeInShadow(Element host, DOMString attributeName);
|
| [RaisesException] unsigned short compareTreeScopePosition(Node treeScope1, Node treeScope2);
|
| [RaisesException] unsigned long updateStyleAndReturnAffectedElementCount();
|
| [RaisesException] unsigned long needsLayoutCount();
|
|
|