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

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

Issue 2891063003: bindings: Use an alias for @@iterator in certain declarations. (Closed)
Patch Set: Rebase patch Created 3 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 | « third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/FontFaceSet.h
diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h
index 8e137e3339f794fbf267f47417b7847fb0a6f221..55bd023aa4549c9c836ca09339f48ead6deb34a8 100644
--- a/third_party/WebKit/Source/core/css/FontFaceSet.h
+++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
@@ -52,7 +52,7 @@ class Font;
class FontFaceCache;
class ExecutionContext;
-using FontFaceSetIterable = PairIterable<Member<FontFace>, Member<FontFace>>;
+using FontFaceSetIterable = SetlikeIterable<Member<FontFace>>;
class CORE_EXPORT FontFaceSet final : public EventTargetWithInlineData,
public Supplement<Document>,
@@ -116,6 +116,7 @@ class CORE_EXPORT FontFaceSet final : public EventTargetWithInlineData,
return new FontFaceSet(document);
}
+ // Iterable overrides.
FontFaceSetIterable::IterationSource* StartIteration(
ScriptState*,
ExceptionState&) override;
« no previous file with comments | « third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698