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

Unified Diff: Source/WebCore/Modules/indexeddb/IDBRequest.h

Issue 11337028: Merge 132922 - Remove ensureAuxiliaryContext (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 2 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 | « no previous file | Source/WebCore/Modules/indexeddb/IDBRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/Modules/indexeddb/IDBRequest.h
===================================================================
--- Source/WebCore/Modules/indexeddb/IDBRequest.h (revision 132933)
+++ Source/WebCore/Modules/indexeddb/IDBRequest.h (working copy)
@@ -42,6 +42,9 @@
#include "IDBCallbacks.h"
#include "IDBCursor.h"
#include "IDBCursorBackendInterface.h"
+#if USE(V8)
+#include "WorldContextHandle.h"
+#endif
namespace WebCore {
@@ -155,6 +158,9 @@
bool m_preventPropagation;
EventTargetData m_eventTargetData;
+#if USE(V8)
+ WorldContextHandle m_worldContextHandle;
+#endif
};
} // namespace WebCore
« no previous file with comments | « no previous file | Source/WebCore/Modules/indexeddb/IDBRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698