Index: third_party/WebKit/Source/modules/quota/DOMError.h |
diff --git a/third_party/WebKit/Source/core/dom/DOMError.h b/third_party/WebKit/Source/modules/quota/DOMError.h |
similarity index 94% |
rename from third_party/WebKit/Source/core/dom/DOMError.h |
rename to third_party/WebKit/Source/modules/quota/DOMError.h |
index c5f5d52b03fec7ffb46e34ab5c70f625861d6035..6960de640d0bd70ccf38893df1d76710ed0ef1e2 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMError.h |
+++ b/third_party/WebKit/Source/modules/quota/DOMError.h |
@@ -27,14 +27,14 @@ |
#define DOMError_h |
#include "bindings/core/v8/ScriptWrappable.h" |
-#include "core/CoreExport.h" |
#include "core/dom/DOMException.h" |
+#include "modules/ModulesExport.h" |
#include "platform/heap/Handle.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
-class CORE_EXPORT DOMError : public GarbageCollectedFinalized<DOMError>, public ScriptWrappable { |
+class MODULES_EXPORT DOMError : public GarbageCollectedFinalized<DOMError>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static DOMError* create(const String& name) |