Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/ConsoleJsObject.h

Issue 10252009: Support multiple arguments properly in console.error (Closed)
Patch Set: Created April 11, 2013, 10:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/ConsoleJsObject.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H 1 #ifndef ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H
2 #define ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H 2 #define ADBLOCK_PLUS_CONSOLE_JS_OBJECT_H
3 3
4 #include <AdblockPlus/ErrorCallback.h>
5 #include <v8.h> 4 #include <v8.h>
6 5
7 namespace AdblockPlus 6 namespace AdblockPlus
8 { 7 {
8 class ErrorCallback;
9
9 namespace ConsoleJsObject 10 namespace ConsoleJsObject
10 { 11 {
11 v8::Handle<v8::ObjectTemplate> Create(ErrorCallback& errorCallback); 12 v8::Handle<v8::ObjectTemplate> Create(ErrorCallback& errorCallback);
12 } 13 }
13 } 14 }
14 15
15 #endif 16 #endif
OLDNEW
« no previous file with comments | « no previous file | src/ConsoleJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld