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

Unified Diff: Source/core/events/ErrorEvent.h

Issue 243523003: Fire window.onerror for uncaught IndexedDB errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and linkage fix Created 5 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
« no previous file with comments | « Source/core/dom/DOMError.cpp ('k') | Source/modules/indexeddb/IDBRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ErrorEvent.h
diff --git a/Source/core/events/ErrorEvent.h b/Source/core/events/ErrorEvent.h
index 2b0f71187cdb1cf09dd8781cf0d385199c6de573..b0f94cdb549990c08baeb60bf5ec87e99713b86d 100644
--- a/Source/core/events/ErrorEvent.h
+++ b/Source/core/events/ErrorEvent.h
@@ -32,6 +32,7 @@
#define ErrorEvent_h
#include "bindings/core/v8/DOMWrapperWorld.h"
+#include "core/CoreExport.h"
#include "core/events/ErrorEventInit.h"
#include "core/events/Event.h"
#include "wtf/RefPtr.h"
@@ -39,7 +40,7 @@
namespace blink {
-class ErrorEvent final : public Event {
+class CORE_EXPORT ErrorEvent final : public Event {
DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<ErrorEvent> create()
« no previous file with comments | « Source/core/dom/DOMError.cpp ('k') | Source/modules/indexeddb/IDBRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698