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

Unified Diff: third_party/WebKit/Source/core/html/HTMLObjectElement.cpp

Issue 2537133005: New interface and function for form association (Closed)
Patch Set: Added to BUILD.gn 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/HTMLObjectElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
index 5e10a70ab82868902fdd8c7611c748fcec096bc0..abd237c1423dd5be9bbb61c4b8347fce2935ab85 100644
--- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
@@ -465,4 +465,6 @@ bool HTMLObjectElement::willUseFallbackContentAtLayout() const {
return !hasValidClassId() && hasFallbackContent();
}
+void HTMLObjectElement::associateWith(HTMLFormElement*){};
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698