Index: third_party/WebKit/Source/core/frame/FrameSerializer.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp b/third_party/WebKit/Source/core/frame/FrameSerializer.cpp |
index f11ea6d0784b335d47b9197fa4b80848598352ac..9d652c2cce9d06072129229d395464f0da545a47 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameSerializer.cpp |
@@ -301,6 +301,7 @@ void FrameSerializer::SerializeFrame(const LocalFrame& frame) { |
for (Node* node : serialized_nodes) { |
ASSERT(node); |
+ delegate_.VisitNode(node); |
if (!node->IsElementNode()) |
continue; |