Need to remove duplicated EXPECT_POINT_EQ macro definition |
||
Issue descriptionThere is an identical definition of EXPECT_POINT_EQ macro in third_party/WebKit/Source/web/tests/VisualViewportTest.cpp - one on line 56 and one on line 68. Well, rewrite_to_chrome_style renames (expected).x() to (expected).X() in one of the macro definitions, but not the other. Let's just delete the other one.
,
Jan 26 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 26 2017