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

Unified Diff: Source/web/StorageClientImpl.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/SharedWorkerRepositoryClientImpl.cpp ('k') | Source/web/StorageQuotaClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/StorageClientImpl.cpp
diff --git a/Source/web/StorageClientImpl.cpp b/Source/web/StorageClientImpl.cpp
index b3879f5efb5f04ec8b0270d4af24b17198c75a4d..8b014ae6f8ebff1bdfb3b3c2e8bad90622953043 100644
--- a/Source/web/StorageClientImpl.cpp
+++ b/Source/web/StorageClientImpl.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "StorageClientImpl.h"
-#include "WebFrameImpl.h"
+#include "WebLocalFrameImpl.h"
#include "WebViewImpl.h"
#include "core/storage/StorageNamespace.h"
#include "public/platform/WebStorageNamespace.h"
@@ -47,7 +47,7 @@ PassOwnPtr<WebCore::StorageNamespace> StorageClientImpl::createSessionStorageNam
bool StorageClientImpl::canAccessStorage(WebCore::LocalFrame* frame, WebCore::StorageType type) const
{
- WebFrameImpl* webFrame = WebFrameImpl::fromFrame(frame);
+ WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
return !webFrame->permissionClient() || webFrame->permissionClient()->allowStorage(type == WebCore::LocalStorage);
}
« no previous file with comments | « Source/web/SharedWorkerRepositoryClientImpl.cpp ('k') | Source/web/StorageQuotaClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698