Commit 2bdc209f authored by loislo@chromium.org's avatar loislo@chromium.org

DevTools: include DebuggerScriptSource.h with path.

otherwise compiler includes the old version of the file from gen/blink instead of gen/blink/core

BUG=

Review URL: https://codereview.chromium.org/322463005

git-svn-id: svn://svn.chromium.org/blink/trunk@175664 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent b31af602
......@@ -31,7 +31,6 @@
#include "config.h"
#include "bindings/v8/ScriptDebugServer.h"
#include "DebuggerScriptSource.h"
#include "bindings/core/v8/V8JavaScriptCallFrame.h"
#include "bindings/v8/ScopedPersistent.h"
#include "bindings/v8/ScriptController.h"
......@@ -39,6 +38,7 @@
#include "bindings/v8/ScriptValue.h"
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/V8ScriptRunner.h"
#include "core/DebuggerScriptSource.h"
#include "core/inspector/JavaScriptCallFrame.h"
#include "core/inspector/ScriptDebugListener.h"
#include "platform/JSONValues.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment