Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: third_party/WebKit/Source/modules/quota/DOMError.h

Issue 2335073003: Move DOMError to modules/quota (Closed)
Patch Set: V2 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « third_party/WebKit/Source/modules/quota/BUILD.gn ('k') | third_party/WebKit/Source/modules/quota/DOMError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698