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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h

Issue 2687943004: Abstract out ThreadDebugger from V8PerIsolateData (Closed)
Patch Set: Initialize HiddenValue and PrivateProperty in V8Initializer Created 3 years, 10 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
Index: third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h b/third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h
index e2df0f0e6fc9ec0e17b4465b7967d26e296e9657..5f7989bba8ac61d6b82dbfafda978e87d1d92192 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h
@@ -31,11 +31,12 @@
#ifndef V8EventListenerHelper_h
#define V8EventListenerHelper_h
+#include <v8.h>
#include "bindings/core/v8/V8Binding.h"
#include "bindings/core/v8/V8EventListener.h"
+#include "bindings/core/v8/V8HiddenValue.h"
#include "core/CoreExport.h"
#include "wtf/Allocator.h"
-#include <v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698