| Index: third_party/WebCore/dom/Document.idl
|
| diff --git a/third_party/WebCore/dom/Document.idl b/third_party/WebCore/dom/Document.idl
|
| index 303d2d75ef2718a92869c525d65dc8138b746e06..dc1ca71e896b31d7effa02f28766233165704784 100644
|
| --- a/third_party/WebCore/dom/Document.idl
|
| +++ b/third_party/WebCore/dom/Document.idl
|
| @@ -268,7 +268,6 @@ module core {
|
| [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitExitPointerLock();
|
| readonly attribute [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] Element webkitPointerLockElement;
|
|
|
| - [Conditional=CSS_REGIONS] WebKitNamedFlow webkitGetFlowByName(in DOMString name);
|
| [Conditional=CSS_REGIONS] DOMNamedFlowCollection webkitGetNamedFlows();
|
|
|
| #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
|
|
|