| Index: third_party/WebKit/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html b/third_party/WebKit/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html
|
| index 7298b6464f1ffc7f3e9e3ddc7783933c21451bdd..0f1971d8a02d7a17ce16cd8a3bfcc37c6c33e6ce 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html
|
| @@ -36,7 +36,7 @@ function test()
|
|
|
| function step2(error, result, exceptionDetails)
|
| {
|
| - name = WebInspector.RemoteObject.toCallArgument(InspectorTest.runtimeModel.createRemoteObject(result));
|
| + name = SDK.RemoteObject.toCallArgument(InspectorTest.runtimeModel.createRemoteObject(result));
|
| next();
|
| }
|
| },
|
|
|