Index: third_party/WebKit/Source/web/LinkHighlightImplTest.cpp |
diff --git a/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp b/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp |
index de63522d928542f8d705af75632c978c76e5eb8f..799eeecee4d808d196d215e15b9996d707680d22 100644 |
--- a/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp |
+++ b/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp |
@@ -176,7 +176,7 @@ TEST(LinkHighlightImplTest, resetDuringNodeRemoval) { |
ASSERT_TRUE(highlightLayer); |
EXPECT_TRUE(highlightLayer->getLinkHighlight(0)); |
- touchNode->remove(IGNORE_EXCEPTION); |
+ touchNode->remove(IGNORE_EXCEPTION_FOR_TESTING); |
webViewImpl->updateAllLifecyclePhases(); |
ASSERT_EQ(0U, highlightLayer->numLinkHighlights()); |