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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h

Issue 1650283002: DevTools: remove DOM and Bindings dependencies from inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 11 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/core/inspector/v8/V8InjectedScriptHost.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h b/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h
index d915c2c63afacbe24e80bfa93f829aa18b52177f..144e4af5b3c3ff0512b95a5abd5f0a9756648036 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h
@@ -5,7 +5,6 @@
#ifndef V8InjectedScriptHost_h
#define V8InjectedScriptHost_h
-#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
#include <v8.h>
@@ -24,8 +23,7 @@ public:
static void inspectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void inspectedObjectCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void internalConstructorNameCallback(const v8::FunctionCallbackInfo<v8::Value>&);
- static void isDOMWrapperCallback(const v8::FunctionCallbackInfo<v8::Value>&);
- static void isHTMLAllCollectionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
+ static void formatAccessorsAsProperties(const v8::FunctionCallbackInfo<v8::Value>&);
static void isTypedArrayCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void subtypeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void functionDetailsCallback(const v8::FunctionCallbackInfo<v8::Value>&);

Powered by Google App Engine
This is Rietveld 408576698