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

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

Issue 340763003: Change [ConstructorCallWith={Document => ExecutionContext}] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/HTMLOptionElement.h
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
index 65e1a2394b84a80e0c9830f0733ae5e09ac76152..3104828bc4778be2b5515d3bcf1c3c07c34d98c3 100644
--- a/Source/core/html/HTMLOptionElement.h
+++ b/Source/core/html/HTMLOptionElement.h
@@ -36,7 +36,7 @@ class HTMLSelectElement;
class HTMLOptionElement FINAL : public HTMLElement {
public:
static PassRefPtrWillBeRawPtr<HTMLOptionElement> create(Document&);
- static PassRefPtrWillBeRawPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value,
+ static PassRefPtrWillBeRawPtr<HTMLOptionElement> createForJSConstructor(ExecutionContext*, const String& data, const AtomicString& value,
bool defaultSelected, bool selected, ExceptionState&);
String text() const;

Powered by Google App Engine
This is Rietveld 408576698