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

Unified Diff: Source/core/html/HTMLAnchorElement.h

Issue 143313002: Implement URLSearchParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjust position of HTMLAnchorElement's update() call Created 6 years, 6 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: Source/core/html/HTMLAnchorElement.h
diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
index 1394013ec1e67bf21784b35286bd5e21878b21fc..d7ca42f844268d9af79c2f7d93a87eaf26b6d690 100644
--- a/Source/core/html/HTMLAnchorElement.h
+++ b/Source/core/html/HTMLAnchorElement.h
@@ -55,6 +55,7 @@ enum {
};
class HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLAnchorElement);
public:
static PassRefPtrWillBeRawPtr<HTMLAnchorElement> create(Document&);

Powered by Google App Engine
This is Rietveld 408576698