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

Unified Diff: src/AppInfoJsObject.h

Issue 10524054: Rename ErrorCallback into LogSystem, provide a proper console API (Closed)
Patch Set: Created May 10, 2013, 2:01 p.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
Index: src/AppInfoJsObject.h
===================================================================
--- a/src/AppInfoJsObject.h
+++ b/src/AppInfoJsObject.h
@@ -19,17 +19,16 @@
#define ADBLOCK_PLUS_APP_INFO_JS_OBJECT_H
#include <v8.h>
#include <AdblockPlus/JsEngine.h>
namespace AdblockPlus
{
struct AppInfo;
- class ErrorCallback;
namespace AppInfoJsObject
{
JsValuePtr Setup(JsEnginePtr jsEngine, const AppInfo& appInfo, JsValuePtr obj);
}
}
#endif

Powered by Google App Engine
This is Rietveld