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 28aa709a430fcf5d42cbb67a5548f35e346acbd3..a9d274b23920f794c7786a387aee17a143dc2d4a 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMException.h |
+++ b/third_party/WebKit/Source/core/dom/DOMException.h |
@@ -31,14 +31,13 @@ |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/CoreExport.h" |
+#include "core/dom/ExceptionCode.h" |
#include "platform/heap/Handle.h" |
#include "wtf/Forward.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
-typedef int ExceptionCode; |
- |
class CORE_EXPORT DOMException final |
: public GarbageCollectedFinalized<DOMException>, |
public ScriptWrappable { |