Index: Source/core/dom/ExecutionContext.cpp |
diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp |
index 348e77cf3d53b7ad9e5279a524d1cbb2d77c2498..115cad2495075ef2a787419b80509d34e13b0e91 100644 |
--- a/Source/core/dom/ExecutionContext.cpp |
+++ b/Source/core/dom/ExecutionContext.cpp |
@@ -158,7 +158,7 @@ void ExecutionContext::reportException(PassRefPtrWillBeRawPtr<ErrorEvent> event, |
m_pendingExceptions.clear(); |
} |
-void ExecutionContext::addConsoleMessage(PassRefPtr<ConsoleMessage> consoleMessage) |
+void ExecutionContext::addConsoleMessage(PassRefPtrWillBeRawPtr<ConsoleMessage> consoleMessage) |
{ |
if (!m_client) |
return; |