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

Unified Diff: third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl

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/templates/dictionary_impl.h.tmpl
diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl b/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
index c6fc37799ce9cecec4abb573d682aa18d1b3c2c4..1324d882fe9e5c83f6e50a1c8b62a6e10ea9450d 100644
--- a/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
+++ b/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
@@ -25,7 +25,7 @@ class {{exported}}{{cpp_class}}{% if parent_cpp_class %} : public {{parent_cpp_c
{% for member in members %}
bool {{member.has_method_name}}() const;
- {{member.rvalue_cpp_type}} {{member.cpp_name}}() const;
+ {{member.rvalue_cpp_type}} {{member.getter_name}}() const;
void {{member.setter_name}}({{member.rvalue_cpp_type}});
{% if member.null_setter_name %}
void {{member.null_setter_name}}();

Powered by Google App Engine
This is Rietveld 408576698