| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp
|
| index c3d3b984a0414259433d8a98c443f15f06dfb7b9..025dfd67bc9f86a80a4a89d895afadae27016029 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp
|
| @@ -30,7 +30,7 @@ TEST(CustomElementDescriptorTest, notEqual) {
|
|
|
| TEST(CustomElementDescriptorTest, hashable) {
|
| HashSet<CustomElementDescriptor> descriptors;
|
| - descriptors.add(CustomElementDescriptor("foo-bar", "foo-bar"));
|
| + descriptors.insert(CustomElementDescriptor("foo-bar", "foo-bar"));
|
| EXPECT_TRUE(
|
| descriptors.contains(CustomElementDescriptor("foo-bar", "foo-bar")))
|
| << "the identical descriptor should be found in the hash set";
|
|
|