Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index b20a0fec29fe05acc4cd0cd28ff9f725d91f48ad..fdd70e7637a1eea5f26d8b9c0e052c3a3ab25c8c 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -962,7 +962,7 @@ public: |
void serviceScriptedAnimations(double monotonicAnimationStartTime); |
virtual EventTarget* errorEventTarget() OVERRIDE FINAL; |
- virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtr<ScriptCallStack>) OVERRIDE FINAL; |
+ virtual void logExceptionToConsole(const String& errorMessage, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE FINAL; |
void initDNSPrefetch(); |
@@ -1142,7 +1142,7 @@ private: |
virtual void reportBlockedScriptExecutionToInspector(const String& directiveText) OVERRIDE FINAL; |
virtual void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState*) OVERRIDE FINAL; |
- void internalAddMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, PassRefPtr<ScriptCallStack>, ScriptState*); |
+ void internalAddMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>, ScriptState*); |
virtual double timerAlignmentInterval() const OVERRIDE FINAL; |