Index: Source/core/editing/VisibleUnitsTest.cpp |
diff --git a/Source/core/editing/VisibleUnitsTest.cpp b/Source/core/editing/VisibleUnitsTest.cpp |
index 520ecd6c8cc362b9f18833eab0b7d8f94da2779c..7f15eb216ddb98060d803c1c9e43476f4fbbc8fb 100644 |
--- a/Source/core/editing/VisibleUnitsTest.cpp |
+++ b/Source/core/editing/VisibleUnitsTest.cpp |
@@ -43,6 +43,7 @@ TEST_F(VisibleUnitsTest, absoluteCaretBoundsOf) |
const char* shadowContent = "<div><content select=#two></content><content select=#one></content></div>"; |
setBodyContent(bodyContent); |
RefPtrWillBeRawPtr<ShadowRoot> shadowRoot = setShadowContent(shadowContent, "host"); |
+ ASSERT_UNUSED(shadowRoot, shadowRoot); |
updateLayoutAndStyleForPainting(); |
RefPtrWillBeRawPtr<Element> body = document().body(); |