Index: third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp |
diff --git a/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp b/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp |
index 6b9e52289bffc771b0183d4af628eec2bb971214..a24c769d881dfbd333eafb2e65b078dfaa80ff6f 100644 |
--- a/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp |
+++ b/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp |
@@ -59,7 +59,7 @@ String contentAfterPastingHTML( |
// Make the body editable, and put the caret in it. |
body->setAttribute(HTMLNames::contenteditableAttr, "true"); |
frame.selection().setSelection(VisibleSelection::selectionFromContentsOfNode(body)); |
- EXPECT_EQ(CaretSelection, frame.selection().selectionType()); |
+ EXPECT_EQ(CaretSelection, frame.selection().getSelectionType()); |
EXPECT_TRUE(frame.selection().isContentEditable()) << |
"We should be pasting into something editable."; |