Index: Source/core/events/ErrorEvent.cpp |
diff --git a/Source/core/events/ErrorEvent.cpp b/Source/core/events/ErrorEvent.cpp |
index 80e7b189d93456aac7237d01395251908c0d9f57..4b13db15eb60f83ae708c03bc4e20d97b63c3e1e 100644 |
--- a/Source/core/events/ErrorEvent.cpp |
+++ b/Source/core/events/ErrorEvent.cpp |
@@ -60,7 +60,7 @@ ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializ |
ScriptWrappable::init(this); |
} |
-ErrorEvent::ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, PassRefPtr<DOMWrapperWorld> world) |
+ErrorEvent::ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world) |
: Event(EventTypeNames::error, false, true) |
, m_sanitizedMessage(message) |
, m_fileName(fileName) |