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

Unified Diff: third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.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.cpp.tmpl
diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
index 69df026df4f05513047e79a88580381ed8acf4d1..46b5735d58d80996f15bbd51566bc6d16a204b2c 100644
--- a/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
+++ b/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
@@ -26,7 +26,7 @@ namespace blink {
bool {{cpp_class}}::{{member.has_method_name}}() const {
return {{member.has_method_expression}};
}
-{{member.rvalue_cpp_type}} {{cpp_class}}::{{member.cpp_name}}() const {
+{{member.rvalue_cpp_type}} {{cpp_class}}::{{member.getter_name}}() const {
{% if member.nullable_indicator_name %}
DCHECK({{member.nullable_indicator_name}});
{% endif %}

Powered by Google App Engine
This is Rietveld 408576698