| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
|
| index 83edf69ebb2d8ab88c477d5717dd5441c538637e..6097bcf5769c05689bc2b1c04ae22cd34b279178 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-url-with-color.html
|
| @@ -9,8 +9,8 @@ function test()
|
| var maxIndex = 11;
|
| var idIndex = 1;
|
|
|
| - WebInspector.Color.detectColorFormat = function() {
|
| - return WebInspector.Color.Format.RGB;
|
| + Common.Color.detectColorFormat = function() {
|
| + return Common.Color.Format.RGB;
|
| };
|
|
|
| selectDivAndEditValue();
|
|
|