| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| index 83be05e533b4265f577a607136d31c61241d49cb..67dd8cd240a65145bff1ffc177957169a4c0233e 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| @@ -58,7 +58,7 @@ static void locationAttributeSetter(v8::Local<v8::Value> v8Value, const v8::Func
|
| {
|
| v8::Local<v8::Object> holder = info.Holder();
|
| TestInterfaceDocument* proxyImpl = V8TestInterfaceDocument::toImpl(holder);
|
| - RefPtrWillBeRawPtr<Location> impl = WTF::getPtr(proxyImpl->location());
|
| + RawPtr<Location> impl = WTF::getPtr(proxyImpl->location());
|
| if (!impl)
|
| return;
|
| V8StringResource<> cppValue = v8Value;
|
|
|