| Index: third_party/WebKit/Source/core/dom/DOMException.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMException.h b/third_party/WebKit/Source/core/dom/DOMException.h
|
| index 9075813436f6281d0d57564801486acad225fecc..c0c503c5e07a06cd62c51a76c0fc6a9c0e646625 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMException.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMException.h
|
| @@ -29,9 +29,9 @@
|
| #ifndef DOMException_h
|
| #define DOMException_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ExceptionCode.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Forward.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|