| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 6889f1e9354756b29d2bbc066829482b8fce88d4..c17b64058a881bd6f35caef4c1f058169c3f1983 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "core/css/StyleSheetContents.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExecutionContext.h"
|
| -#include "core/frame/DOMWindow.h"
|
| +#include "core/frame/LocalDOMWindow.h"
|
| #include "core/frame/FrameConsole.h"
|
| #include "core/frame/FrameHost.h"
|
| #include "core/frame/LocalFrame.h"
|
| @@ -629,7 +629,7 @@ void UseCounter::countDeprecation(ExecutionContext* context, Feature feature)
|
| toWorkerGlobalScope(context)->countDeprecation(feature);
|
| }
|
|
|
| -void UseCounter::countDeprecation(const DOMWindow* window, Feature feature)
|
| +void UseCounter::countDeprecation(const LocalDOMWindow* window, Feature feature)
|
| {
|
| if (!window || !window->document())
|
| return;
|
|
|