| Index: third_party/WebKit/Source/bindings/core/v8/V8ThrowDOMException.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ThrowDOMException.cpp b/third_party/WebKit/Source/bindings/core/v8/V8ThrowDOMException.cpp
|
| index aa167d7f25eab4b9c707d9835c70a87b61fd1250..a35561648b70b174f30643189ae16db7efa56030 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ThrowDOMException.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ThrowDOMException.cpp
|
| @@ -5,9 +5,9 @@
|
| #include "bindings/core/v8/V8ThrowDOMException.h"
|
|
|
| #include "bindings/core/v8/ToV8ForCore.h"
|
| -#include "bindings/core/v8/V8PrivateProperty.h"
|
| -#include "bindings/core/v8/V8ThrowException.h"
|
| #include "core/dom/DOMException.h"
|
| +#include "platform/bindings/V8PrivateProperty.h"
|
| +#include "platform/bindings/V8ThrowException.h"
|
|
|
| namespace blink {
|
|
|
|
|