aboutsummaryrefslogtreecommitdiff
path: root/samples/process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'samples/process.cc')
-rw-r--r--samples/process.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/process.cc b/samples/process.cc
index 07c48057..c0cee4c2 100644
--- a/samples/process.cc
+++ b/samples/process.cc
@@ -77,7 +77,6 @@ class HttpRequestProcessor {
*/
class JsHttpRequestProcessor : public HttpRequestProcessor {
public:
-
// Creates a new processor that processes requests by invoking the
// Process function of the JavaScript script given as an argument.
explicit JsHttpRequestProcessor(Handle<String> script) : script_(script) { }
@@ -88,7 +87,6 @@ class JsHttpRequestProcessor : public HttpRequestProcessor {
virtual bool Process(HttpRequest* req);
private:
-
// Execute the script associated with this processor and extract the
// Process function. Returns true if this succeeded, otherwise false.
bool ExecuteScript(Handle<String> script);