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

Unified Diff: src/ConsoleJsObject.h

Issue 9987009: Interface for the libadblockplus API (Closed)
Patch Set: Created March 26, 2013, 11:45 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« include/AdblockPlus.h ('K') | « include/AdblockPlus/AdblockPlus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ConsoleJsObject.h
===================================================================
--- a/src/ConsoleJsObject.h
+++ b/src/ConsoleJsObject.h
@@ -8,8 +8,7 @@
{
namespace ConsoleJsObject
{
- v8::Handle<v8::ObjectTemplate> Create(
- AdblockPlus::ErrorCallback& errorCallback);
+ v8::Handle<v8::ObjectTemplate> Create(ErrorCallback& errorCallback);
}
}
« include/AdblockPlus.h ('K') | « include/AdblockPlus/AdblockPlus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld