| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
| index 8f09035c3d1028e28d55e765aaa620a469e8f6e4..3ba760ed3dcf5109102cf5c1d42e37a3d0f89bea 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
| @@ -67,7 +67,7 @@ void V8XMLHttpRequest::responseAttributeGetterCustom(const v8::FunctionCallbackI
|
| {
|
| XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toImpl(info.Holder());
|
|
|
| - switch (xmlHttpRequest->responseTypeCode()) {
|
| + switch (xmlHttpRequest->getResponseTypeCode()) {
|
| case XMLHttpRequest::ResponseTypeDefault:
|
| case XMLHttpRequest::ResponseTypeText:
|
| responseTextAttributeGetterCustom(info);
|
|
|