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

Unified Diff: third_party/WebKit/Source/core/html/imports/HTMLImportsController.h

Issue 2553803003: Refactor HTMLLinkElement
Patch Set: a Created 4 years 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
Index: third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
index 0d52c32ef33ded068ce07fa1f9778a0cd8178802..79526419921e5f7e34b6ba915cd0b0e3d40d6a15 100644
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
@@ -58,9 +58,7 @@ class HTMLImportsController final
HTMLImportTreeRoot* root() const { return m_root; }
bool shouldBlockScriptExecution(const Document&) const;
- HTMLImportChild* load(HTMLImport* parent,
- HTMLImportChildClient*,
- FetchRequest);
+ HTMLImportChild* load(HTMLImportChildClient*, FetchRequest);
Document* master() const;

Powered by Google App Engine
This is Rietveld 408576698