Commit 20df2b3d authored by Tim van der Lippe's avatar Tim van der Lippe Committed by Commit Bot

Fix test for upcoming DevTools change

In
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2011080
the `detectColorFormat` is moved onto Common.Settings instead.

Bug: 1011811
Change-Id: Ib43aa4774793c307f897f7992ac46273f949b694
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013042
Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org>
Commit-Queue: Paul Lewis <aerotwist@chromium.org>
Reviewed-by: default avatarPaul Lewis <aerotwist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733958}
parent fc2d2d8a
......@@ -23,7 +23,7 @@
var maxIndex = 11;
var idIndex = 1;
Common.Color.detectColorFormat = function() {
Common.Color.detectColorFormat = Common.Settings.detectColorFormat = function() {
return Common.Color.Format.RGB;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment