| Index: Source/bindings/v8/custom/V8MessageEventCustom.cpp | 
| diff --git a/Source/bindings/v8/custom/V8MessageEventCustom.cpp b/Source/bindings/v8/custom/V8MessageEventCustom.cpp | 
| index d00967f70a66e6df2800d8d88a38f4578653db6c..ca382aaaaa211b962fb2cd94bcfc23d98d3e77da 100644 | 
| --- a/Source/bindings/v8/custom/V8MessageEventCustom.cpp | 
| +++ b/Source/bindings/v8/custom/V8MessageEventCustom.cpp | 
| @@ -161,10 +161,4 @@ void V8MessageEvent::initMessageEventMethodCustom(const v8::FunctionCallbackInfo | 
| } | 
| } | 
|  | 
| -void V8MessageEvent::webkitInitMessageEventMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) | 
| -{ | 
| -    initMessageEventMethodCustom(info); | 
| -} | 
| - | 
| - | 
| } // namespace WebCore | 
|  |