| Index: Source/core/dom/ExecutionContext.h
|
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
|
| index a43a9a139f8d6ea285197dcfcaec827eae7802f9..bb8e13f7d9985cfee01aac917c916ba8a4f645ec 100644
|
| --- a/Source/core/dom/ExecutionContext.h
|
| +++ b/Source/core/dom/ExecutionContext.h
|
| @@ -85,7 +85,7 @@ public:
|
| bool shouldSanitizeScriptError(const String& sourceURL, AccessControlStatus);
|
| void reportException(PassRefPtrWillBeRawPtr<ErrorEvent>, PassRefPtrWillBeRawPtr<ScriptCallStack>, AccessControlStatus);
|
|
|
| - void addConsoleMessage(PassRefPtr<ConsoleMessage>);
|
| + void addConsoleMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>);
|
|
|
| PublicURLManager& publicURLManager();
|
|
|
|
|