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

Unified Diff: Source/core/css/FontLoader.h

Issue 18778002: Inherit EventTarget interface instead of duplicating its code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/bindings/tests/idls/TestEventTarget.idl ('k') | Source/core/css/FontLoader.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontLoader.h
diff --git a/Source/core/css/FontLoader.h b/Source/core/css/FontLoader.h
index b8e39d80ac41be59a310822abc908320ec9830fd..11de3de3030b5248defbfe1201df296ee8bbd181 100644
--- a/Source/core/css/FontLoader.h
+++ b/Source/core/css/FontLoader.h
@@ -47,7 +47,7 @@ class Event;
class Font;
class ScriptExecutionContext;
-class FontLoader : public RefCounted<FontLoader>, public ActiveDOMObject, public EventTarget {
+class FontLoader : public EventTarget, public RefCounted<FontLoader>, public ActiveDOMObject {
do-not-use 2013/07/05 14:44:04 FYI, I'm changing the other because we hit the fol
do-not-use 2013/07/05 14:47:44 changing the *order* (not *other*).
haraken 2013/07/06 00:29:56 In your CL, the order swap doesn't matter. The or
haraken 2013/07/06 01:21:01 On the other hand, we might not want to change the
dominicc (has gone to gerrit) 2013/07/07 00:14:28 The issue is basically this one: <http://stackover
public:
static PassRefPtr<FontLoader> create(Document* document)
{
« no previous file with comments | « Source/bindings/tests/idls/TestEventTarget.idl ('k') | Source/core/css/FontLoader.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698