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

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

Issue 2707243006: [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (Closed)
Patch Set: remove unused checks Created 3 years, 8 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/FontFace.h
diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h
index 88e6850d81dd606cf27a6ccad34daf8ca298543d..c400540d6f968b4c7fc3b9c30141eb730810d8a4 100644
--- a/third_party/WebKit/Source/core/css/FontFace.h
+++ b/third_party/WebKit/Source/core/css/FontFace.h
@@ -141,6 +141,10 @@ class CORE_EXPORT FontFace : public GarbageCollectedFinalized<FontFace>,
const AtomicString& family,
const String& source,
const FontFaceDescriptors&);
+ static FontFace* createError(ExecutionContext*,
haraken 2017/04/06 08:43:54 Remove this?
binji 2017/04/09 00:40:02 Done.
+ const AtomicString& family,
+ const FontFaceDescriptors&,
+ const char* errorMessage);
explicit FontFace(ExecutionContext*);
FontFace(ExecutionContext*,

Powered by Google App Engine
This is Rietveld 408576698