Index: third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp |
index 4aad4add12afb806e1341e4d20e2ac30b0e6acf7..5e3006715930a5db4c01f66ca9dc08175ed23583 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp |
@@ -286,6 +286,7 @@ public: |
bool checkConstructorIntrinsics() override { return true; } |
bool checkConstructorNotRegistered() override { return true; } |
bool checkPrototype() override { return true; } |
+ bool retrieveProperties() override { return true; } |
CustomElementDefinition* build( |
const CustomElementDescriptor& descriptor) { |
return new LogUpgradeDefinition(descriptor); |