| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| index 676b4e0a84804c18663990b0de14bc18a8790de5..501d53391ede12f85e1e6bac0fb1c946cec35d34 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -1114,10 +1114,7 @@ MATCHER_P2(ContextMenuAtLocation,
|
| x,
|
| y,
|
| std::string(negation ? "is" : "isn't") + " at expected location [" +
|
| - PrintToString(x) +
|
| - ", " +
|
| - PrintToString(y) +
|
| - "]") {
|
| + PrintToString(x) + ", " + PrintToString(y) + "]") {
|
| return arg.mouse_position.x == x && arg.mouse_position.y == y;
|
| }
|
|
|
|
|