Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index 9c7697cf8de2c99eb18ac9028cf657d53860953d..ca055a561b99574ca266bf9f2ff42156bb6e61d4 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -1178,7 +1178,7 @@ void UseCounter::DidCommitLoad(KURL url) { |
} |
} |
-void UseCounter::Count(const Frame* frame, Feature feature) { |
+void UseCounter::Count(const LocalFrame* frame, Feature feature) { |
if (!frame) |
return; |
Page* page = frame->GetPage(); |