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

Unified Diff: Source/bindings/v8/custom/V8HTMLImageElementConstructor.h

Issue 39393004: IDL compiler: rename WrapperTypeInfo info => wrapperTypeInfo (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/bindings/v8/custom/V8HTMLImageElementConstructor.h
diff --git a/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h b/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h
index ec3c33c87e930b4abd1391a2233affeea1e0403d..4aa6ab124fc0c93d66da6dd94715f6444aff5596 100644
--- a/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h
+++ b/Source/bindings/v8/custom/V8HTMLImageElementConstructor.h
@@ -39,7 +39,7 @@ namespace WebCore {
class V8HTMLImageElementConstructor {
public:
static v8::Handle<v8::FunctionTemplate> GetTemplate(v8::Isolate*, WrapperWorldType);
- static WrapperTypeInfo info;
+ static WrapperTypeInfo wrapperTypeInfo;
};
}
« no previous file with comments | « Source/bindings/v8/custom/V8FormDataCustom.cpp ('k') | Source/bindings/v8/custom/V8HTMLImageElementConstructor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698