| Index: third_party/WebCore/dom/Document.idl
|
| diff --git a/third_party/WebCore/dom/Document.idl b/third_party/WebCore/dom/Document.idl
|
| index b83f40c99afe4f9c56ca2a5bca8309f819fcf4e6..bba4322043d7728d1e43b4b5481cc96bf482f0b9 100644
|
| --- a/third_party/WebCore/dom/Document.idl
|
| +++ b/third_party/WebCore/dom/Document.idl
|
| @@ -268,9 +268,8 @@ module core {
|
| [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] void webkitExitPointerLock();
|
| readonly attribute [Conditional=POINTER_LOCK, V8EnabledAtRuntime=pointerLock] Element webkitPointerLockElement;
|
|
|
| -#if defined(ENABLE_CSS_REGIONS) && ENABLE_CSS_REGIONS
|
| - WebKitNamedFlow webkitGetFlowByName(in DOMString name);
|
| -#endif
|
| + [Conditional=CSS_REGIONS] WebKitNamedFlow webkitGetFlowByName(in DOMString name);
|
| + [Conditional=CSS_REGIONS] DOMNamedFlowCollection webkitGetNamedFlows();
|
|
|
| #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
|
| // Event handler DOM attributes
|
|
|