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

Unified Diff: Source/core/frame/FrameConsole.h

Issue 644073003: Fixing crash with sig: blink::FrameConsole::addMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | Source/core/frame/FrameConsole.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameConsole.h
diff --git a/Source/core/frame/FrameConsole.h b/Source/core/frame/FrameConsole.h
index 1af8714e91e4e378871471bf5a16f2c02b8f7386..d98e6398ff9926fa8cea799767de067adab65fd7 100644
--- a/Source/core/frame/FrameConsole.h
+++ b/Source/core/frame/FrameConsole.h
@@ -65,7 +65,6 @@ public:
static void mute();
static void unmute();
- ConsoleMessageStorage* messageStorage();
void clearMessages();
void didFailLoading(unsigned long requestIdentifier, const ResourceError&);
@@ -81,8 +80,9 @@ private:
return *m_frame;
}
+ ConsoleMessageStorage* messageStorage();
+
RawPtrWillBeMember<LocalFrame> m_frame;
- OwnPtrWillBeMember<ConsoleMessageStorage> m_consoleMessageStorage;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/core/frame/FrameConsole.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698