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

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

Issue 396803011: dom: Makes ConsoleBase inherit from ScriptWrappable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/core/frame/Console.h ('k') | Source/core/workers/WorkerConsole.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/ConsoleBase.h
diff --git a/Source/core/frame/ConsoleBase.h b/Source/core/frame/ConsoleBase.h
index d9279a898bdd2477ebe54cd444784bd1af1cdf8b..3391dd1183249d18bb07ec0940a4c8a179662edd 100644
--- a/Source/core/frame/ConsoleBase.h
+++ b/Source/core/frame/ConsoleBase.h
@@ -45,7 +45,7 @@ namespace WebCore {
class ScriptArguments;
-class ConsoleBase : public RefCountedWillBeGarbageCollectedFinalized<ConsoleBase> {
+class ConsoleBase : public RefCountedWillBeGarbageCollectedFinalized<ConsoleBase>, public ScriptWrappable {
public:
void debug(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
void error(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
« no previous file with comments | « Source/core/frame/Console.h ('k') | Source/core/workers/WorkerConsole.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698