| Index: third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h
|
| index 9ff6d74759d62f1d008de6cfd8a350dde367411a..305cdfc9e010292ee05b34b6966fd22e6f62bcac 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h
|
| @@ -76,7 +76,7 @@ class DocumentOrShadowRoot {
|
| }
|
|
|
| static Element* fullscreenElement(TreeScope& scope) {
|
| - return Fullscreen::fullscreenElementForBindingFrom(scope);
|
| + return Fullscreen::fullscreenElementForBinding(scope);
|
| }
|
| };
|
|
|
|
|