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

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

Issue 2217763003: Remove Blink-WebKit-only document.createEvent strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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: third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.cpp
diff --git a/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.cpp b/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.cpp
index 16d087c5562b84b8594225dcea174f0495897459..91f7e1230add94158752f384c76bc0d111f811b2 100644
--- a/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.cpp
+++ b/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.cpp
@@ -32,10 +32,6 @@
namespace blink {
-FontFaceSetLoadEvent::FontFaceSetLoadEvent()
-{
-}
-
FontFaceSetLoadEvent::FontFaceSetLoadEvent(const AtomicString& type, const FontFaceArray& fontfaces)
: Event(type, false, false)
, m_fontfaces(fontfaces)
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.h ('k') | third_party/WebKit/Source/core/css/MediaQueryListEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698