Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1436)

Unified Diff: Source/web/ContextFeaturesClientImpl.cpp

Issue 241303002: Rename WebFrameImpl to WebLocalFrameImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Mac too Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/ColorChooserUIController.cpp ('k') | Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ContextFeaturesClientImpl.cpp
diff --git a/Source/web/ContextFeaturesClientImpl.cpp b/Source/web/ContextFeaturesClientImpl.cpp
index 2dd00d37061c05f6b7ef1b05e03238de640cc002..fedbb484bacf38115f4ad617961daabe82710af3 100644
--- a/Source/web/ContextFeaturesClientImpl.cpp
+++ b/Source/web/ContextFeaturesClientImpl.cpp
@@ -32,7 +32,7 @@
#include "ContextFeaturesClientImpl.h"
#include "WebDocument.h"
-#include "WebFrameImpl.h"
+#include "WebLocalFrameImpl.h"
#include "WebPermissionClient.h"
#include "core/dom/Document.h"
#include "platform/weborigin/SecurityOrigin.h"
@@ -140,7 +140,7 @@ void ContextFeaturesClientImpl::urlDidChange(Document* document)
bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
{
- WebFrameImpl* frame = WebFrameImpl::fromFrame(document->frame());
+ WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(document->frame());
if (!frame || !frame->permissionClient())
return defaultValue;
« no previous file with comments | « Source/web/ColorChooserUIController.cpp ('k') | Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698