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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2189513004: Blink: prevent didAssociateFormControls notification while parsing the document. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: third_party/WebKit/Source/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 21a9e9cf8712c912ad7ed5cb759645e92cde9498..373375b5c22811c7f131c86162c146da174ab0b9 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -167,7 +167,7 @@ public:
void setTouchAction(TouchAction) override {}
- void didAssociateFormControls(const HeapVector<Member<Element>>&, LocalFrame*) override {}
+ void didAssociateFormControls(LocalFrame*) override {}
void annotatedRegionsChanged() override {}
String acceptLanguages() override;

Powered by Google App Engine
This is Rietveld 408576698