Chromium Code Reviews| 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 |