Index: third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp |
index 884bca93798803b64f30788a887c67c4a4eaf7ee..65f7cb0b3fe5239b5e96222c4fe6ce424e4ee3f7 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp |
@@ -54,7 +54,7 @@ void V8MessageEvent::dataAttributeGetterCustom(const v8::FunctionCallbackInfo<v8 |
MessageEvent* event = V8MessageEvent::toImpl(info.Holder()); |
v8::Local<v8::Value> result; |
- switch (event->dataType()) { |
+ switch (event->getDataType()) { |
case MessageEvent::DataTypeScriptValue: |
result = event->dataAsScriptValue().v8ValueFor(scriptState); |
if (result.IsEmpty()) |