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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.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/JavaScriptCallFrame.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.h b/third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.h
index d0613eb85ed21a11d1bf181e76553f77a5c4c148..6a8060ed60c2a6553041aa1c960b3e2584e7657b 100644
--- a/third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.h
+++ b/third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.h
@@ -31,7 +31,6 @@
#ifndef JavaScriptCallFrame_h
#define JavaScriptCallFrame_h
-
#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
#include <v8.h>

Powered by Google App Engine
This is Rietveld 408576698