| Index: third_party/WebCore/testing/Internals.idl
|
| diff --git a/third_party/WebCore/testing/Internals.idl b/third_party/WebCore/testing/Internals.idl
|
| index 26cd102ac9cb9fa8f0defe8a5ff2101d3b65f347..601e8a74f9f10d24e418f1383386e057f58a04bf 100644
|
| --- a/third_party/WebCore/testing/Internals.idl
|
| +++ b/third_party/WebCore/testing/Internals.idl
|
| @@ -56,7 +56,6 @@ module window {
|
| boolean isValidContentSelect(in Element contentElement) raises(DOMException);
|
| Node treeScopeRootNode(in Node node) raises (DOMException);
|
| Node parentTreeScope(in Node node) raises (DOMException);
|
| - void setAuthorShadowDOMForAnyElementEnabled(in boolean isEnabled);
|
|
|
| Node nextSiblingByWalker(in Node node) raises(DOMException);
|
| Node firstChildByWalker(in Node node) raises(DOMException);
|
|
|