summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/imports/html_import_tree_root.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/imports/html_import_tree_root.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/html/imports/html_import_tree_root.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/imports/html_import_tree_root.cc b/chromium/third_party/blink/renderer/core/html/imports/html_import_tree_root.cc
index d095216213b..be259e347cb 100644
--- a/chromium/third_party/blink/renderer/core/html/imports/html_import_tree_root.cc
+++ b/chromium/third_party/blink/renderer/core/html/imports/html_import_tree_root.cc
@@ -87,8 +87,4 @@ void HTMLImportTreeRoot::Trace(blink::Visitor* visitor) {
HTMLImport::Trace(visitor);
}
-void HTMLImportTreeRoot::TraceWrappers(ScriptWrappableVisitor* visitor) const {
- visitor->TraceWrappers(document_);
-}
-
} // namespace blink