Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: sky/engine/core/html/parser/HTMLDocumentParser.h

Issue 867903002: Remove UseCounter (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/html/imports/HTMLImportsController.cpp ('k') | sky/engine/core/page/Page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/parser/HTMLDocumentParser.h
diff --git a/sky/engine/core/html/parser/HTMLDocumentParser.h b/sky/engine/core/html/parser/HTMLDocumentParser.h
index 6c7499f3584fa8c0cfa387817ce6814d62652597..827d8174bcd4b1d9e238f1db37af00961e28a644 100644
--- a/sky/engine/core/html/parser/HTMLDocumentParser.h
+++ b/sky/engine/core/html/parser/HTMLDocumentParser.h
@@ -30,7 +30,6 @@
#include "base/memory/weak_ptr.h"
#include "sky/engine/core/dom/DocumentParser.h"
#include "sky/engine/core/fetch/ResourceClient.h"
-#include "sky/engine/core/frame/UseCounter.h"
#include "sky/engine/core/html/parser/CompactHTMLToken.h"
#include "sky/engine/core/html/parser/HTMLInputStream.h"
#include "sky/engine/core/html/parser/HTMLScriptRunner.h"
@@ -88,8 +87,6 @@ public:
bool isExecutingScript() const override final;
void resumeAfterWaitingForImports() override final;
- UseCounter* useCounter() { return UseCounter::getFrom(contextForParsingSession()); }
-
private:
HTMLDocumentParser(HTMLDocument&, bool reportErrors);
« no previous file with comments | « sky/engine/core/html/imports/HTMLImportsController.cpp ('k') | sky/engine/core/page/Page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698