| Index: third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| index 57dc86d01f343da14a4803488f196ecb5d4131ed..5436bfb633cb7c876003164eef9e225dfe2781da 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "bindings/core/v8/SourceLocation.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/V8BindingMacros.h"
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| #include "core/dom/Document.h"
|
| @@ -15,7 +16,6 @@
|
| #include "platform/ScriptForbiddenScope.h"
|
| #include "platform/instrumentation/tracing/TracedValue.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|