| Index: Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp b/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| index 9311eac583bbce76d6f6d68b76b341254e0dee6f..73ef62c4c7fb035684857ff1acfadc06217a62d6 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| @@ -112,7 +112,7 @@ public:
|
|
|
| virtual void operator()(ScriptValue value) const OVERRIDE
|
| {
|
| - DOMException* exception = V8DOMException::toNativeWithTypeCheck(value.isolate(), value.v8Value());
|
| + DOMException* exception = V8DOMException::toImplWithTypeCheck(value.isolate(), value.v8Value());
|
| EXPECT_TRUE(exception) << "the value should be a DOMException";
|
| if (!exception)
|
| return;
|
|
|