summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/imports/html_import_child.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/imports/html_import_child.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/imports/html_import_child.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/imports/html_import_child.h b/chromium/third_party/blink/renderer/core/html/imports/html_import_child.h
index 7ba5533b9e5..016723d0fbf 100644
--- a/chromium/third_party/blink/renderer/core/html/imports/html_import_child.h
+++ b/chromium/third_party/blink/renderer/core/html/imports/html_import_child.h
@@ -37,7 +37,6 @@
namespace blink {
-class V0CustomElementMicrotaskImportStep;
class HTMLImportLoader;
class HTMLImportChildClient;
class HTMLLinkElement;
@@ -83,7 +82,6 @@ class HTMLImportChild final : public HTMLImport {
void InvalidateCustomElementMicrotaskStep();
KURL url_;
- WeakMember<V0CustomElementMicrotaskImportStep> custom_element_microtask_step_;
Member<HTMLImportLoader> loader_;
Member<HTMLImportChildClient> client_;
};