summaryrefslogtreecommitdiffstats
path: root/webkit/port/bindings/v8/WorkerContextExecutionProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/bindings/v8/WorkerContextExecutionProxy.h')
-rw-r--r--webkit/port/bindings/v8/WorkerContextExecutionProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/bindings/v8/WorkerContextExecutionProxy.h b/webkit/port/bindings/v8/WorkerContextExecutionProxy.h
index 3297067..0da12ad 100644
--- a/webkit/port/bindings/v8/WorkerContextExecutionProxy.h
+++ b/webkit/port/bindings/v8/WorkerContextExecutionProxy.h
@@ -66,7 +66,7 @@ namespace WebCore {
// Track the event so that we can detach it from the JS wrapper when a worker
// terminates. This is needed because we need to be able to dispose these
// events and releases references to their event targets: WorkerContext.
- void TrackEvent(Event*);
+ void trackEvent(Event*);
// Evaluate a script file in the current execution environment.
v8::Local<v8::Value> evaluate(const String& str, const String& fileName, int baseLine);