| Index: WebCore/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
|
| ===================================================================
|
| --- WebCore/bindings/v8/custom/V8XMLHttpRequestCustom.cpp (revision 24197)
|
| +++ WebCore/bindings/v8/custom/V8XMLHttpRequestCustom.cpp (working copy)
|
| @@ -44,7 +44,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -PassRefPtr<EventListener> getEventListener(XMLHttpRequest* xmlHttpRequest, v8::Local<v8::Value> value, bool findOnly)
|
| +static PassRefPtr<EventListener> getEventListener(XMLHttpRequest* xmlHttpRequest, v8::Local<v8::Value> value, bool findOnly)
|
| {
|
| #if ENABLE(WORKERS)
|
| WorkerContextExecutionProxy* workerContextProxy = WorkerContextExecutionProxy::retrieve();
|
|
|