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

Unified Diff: third_party/WebKit/Source/core/inspector/DebuggerScript.h

Issue 1514523004: DevTools: remove V8DebuggerListener and ScriptDebuggerBase abstractions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 5 years 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/DebuggerScript.h
diff --git a/third_party/WebKit/Source/web/WebFrameImplBase.cpp b/third_party/WebKit/Source/core/inspector/DebuggerScript.h
similarity index 56%
copy from third_party/WebKit/Source/web/WebFrameImplBase.cpp
copy to third_party/WebKit/Source/core/inspector/DebuggerScript.h
index 6254074681885d19249a93557f0afa9b89b28fca..defba6ff34540fffa206be334d535900be94326d 100644
--- a/third_party/WebKit/Source/web/WebFrameImplBase.cpp
+++ b/third_party/WebKit/Source/core/inspector/DebuggerScript.h
@@ -2,19 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-#include "web/WebFrameImplBase.h"
+#ifndef DebuggerScript_h
+#define DebuggerScript_h
-#include "platform/heap/Handle.h"
+#include <v8.h>
namespace blink {
-WebFrameImplBase::~WebFrameImplBase()
-{
-}
-
-DEFINE_TRACE(WebFrameImplBase)
-{
-}
+v8::Local<v8::Object> compileDebuggerScript(v8::Isolate*);
} // namespace blink
+
+
+#endif // !defined(DebuggerScript_h)
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/inspector/DebuggerScript.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698