Index: third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.h b/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.h |
index ba9663d9a3e2923abbdb88b6ad0045ba4be8be3b..68b193f039f082cd99dfe46134b86b96116339e4 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.h |
+++ b/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.h |
@@ -37,7 +37,7 @@ protected: |
: ImmutableStylePropertyMap() |
, m_computedStyleDeclaration(computedStyleDeclaration) { } |
- IterationSource* startIteration(ScriptState*, ExceptionState&) override { return nullptr; } |
+ HeapVector<StylePropertyMapEntry> getIterationEntries() override { return HeapVector<StylePropertyMapEntry>(); } |
Member<CSSStyleDeclaration> m_computedStyleDeclaration; |
}; |