| Index: third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| index 541604c3d6aae1f882d8ea7fcca2f33c2734209c..6e3494190a8e62fa76f722ab35e1e28a5f91eba6 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| @@ -7,11 +7,10 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/CrossThreadCopier.h"
|
| -#include "platform/v8_inspector/public/V8StackTrace.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
| #include <memory>
|
| -#include <v8.h>
|
| +#include <v8-inspector-protocol.h>
|
|
|
| namespace blink {
|
|
|
|
|