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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h

Issue 2587383002: Add [PrefixGet] extended attribute (Closed)
Patch Set: 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/bindings/tests/results/core/TestDictionary.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
index 413c4347c21a59bb289ebb72467607cabd8f8aa0..7b1800650fbcbb09f37df96390d7189664674fa8 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
@@ -108,6 +108,10 @@ class CORE_EXPORT TestDictionary : public IDLDictionaryBase {
const DoubleOrString& otherDoubleOrStringMember() const;
void setOtherDoubleOrStringMember(const DoubleOrString&);
+ bool hasPrefixGetMember() const;
+ ScriptValue getPrefixGetMember() const;
+ void setPrefixGetMember(ScriptValue);
+
bool hasRestrictedDoubleMember() const;
double restrictedDoubleMember() const;
void setRestrictedDoubleMember(double);
@@ -202,6 +206,7 @@ class CORE_EXPORT TestDictionary : public IDLDictionaryBase {
ScriptValue m_objectMember;
ScriptValue m_objectOrNullMember;
DoubleOrString m_otherDoubleOrStringMember;
+ ScriptValue m_prefixGetMember;
bool m_hasRestrictedDoubleMember = false;
double m_restrictedDoubleMember;
bool m_hasRuntimeMember = false;

Powered by Google App Engine
This is Rietveld 408576698