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

Unified Diff: Source/core/css/FontFaceSetLoadEvent.cpp

Issue 1159403005: bindings: Use IDL dictionary to implement FontFaceSetLoadEventInit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
« no previous file with comments | « Source/core/css/FontFaceSetLoadEvent.h ('k') | Source/core/css/FontFaceSetLoadEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceSetLoadEvent.cpp
diff --git a/Source/core/css/FontFaceSetLoadEvent.cpp b/Source/core/css/FontFaceSetLoadEvent.cpp
index bd3ff3a9be2e6e0262c1dd50de5e6ab283940f8f..ffc2d666eae65b6db47bd19317ee6921cae0ba9b 100644
--- a/Source/core/css/FontFaceSetLoadEvent.cpp
+++ b/Source/core/css/FontFaceSetLoadEvent.cpp
@@ -45,7 +45,7 @@ FontFaceSetLoadEvent::FontFaceSetLoadEvent(const AtomicString& type, const FontF
FontFaceSetLoadEvent::FontFaceSetLoadEvent(const AtomicString& type, const FontFaceSetLoadEventInit& initializer)
: Event(type, initializer)
- , m_fontfaces(initializer.fontfaces)
+ , m_fontfaces(initializer.fontfaces())
{
}
« no previous file with comments | « Source/core/css/FontFaceSetLoadEvent.h ('k') | Source/core/css/FontFaceSetLoadEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698