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

Unified Diff: WebKit/chromium/src/StorageAreaProxy.h

Issue 10539097: WebKit-side: Implement StorageArea::containsItem(...) for the chromium port too. Cleanup some depre… Base URL: http://svn.webkit.org/repository/webkit/trunk/Source/
Patch Set: Created 8 years, 6 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 | « Platform/chromium/public/WebStorageArea.h ('k') | WebKit/chromium/src/StorageAreaProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebKit/chromium/src/StorageAreaProxy.h
===================================================================
--- WebKit/chromium/src/StorageAreaProxy.h (revision 119965)
+++ WebKit/chromium/src/StorageAreaProxy.h (working copy)
@@ -73,6 +73,8 @@
OwnPtr<WebKit::WebStorageArea> m_storageArea;
StorageType m_storageType;
+ mutable bool m_cachedCanAccessSetting;
+ mutable void* m_cachedCanAccessSettingForFrame;
};
} // namespace WebCore
« no previous file with comments | « Platform/chromium/public/WebStorageArea.h ('k') | WebKit/chromium/src/StorageAreaProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698