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

Unified Diff: third_party/WebKit/Source/core/css/FontFace.h

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (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/core/css/FontFace.h
diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h
index d42407b188a64b39f3f3f8019db968fb37cbe1c9..6be7b3987e19a1e692215f3ba6358c89045ef034 100644
--- a/third_party/WebKit/Source/core/css/FontFace.h
+++ b/third_party/WebKit/Source/core/css/FontFace.h
@@ -37,8 +37,8 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/CSSPropertyNames.h"
#include "core/css/CSSValue.h"
-#include "core/dom/ActiveDOMObject.h"
#include "core/dom/DOMException.h"
+#include "core/dom/SuspendableObject.h"
#include "platform/fonts/FontTraits.h"
#include "wtf/text/WTFString.h"
@@ -58,7 +58,7 @@ class StyleRuleFontFace;
class FontFace : public GarbageCollectedFinalized<FontFace>,
public ScriptWrappable,
public ActiveScriptWrappable,
- public ActiveDOMObject {
+ public SuspendableObject {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(FontFace);
WTF_MAKE_NONCOPYABLE(FontFace);

Powered by Google App Engine
This is Rietveld 408576698