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

Unified Diff: Source/core/css/DocumentFontFaceSet.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/core/animation/ElementAnimation.idl ('k') | Source/core/dom/DocumentFullscreen.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/DocumentFontFaceSet.idl
diff --git a/Source/core/css/DocumentFontFaceSet.idl b/Source/core/css/DocumentFontFaceSet.idl
index 820fdc899e909180e8dd11bbc61a6f49b661707b..fc2cbc7a9d2201d4dddcfe7ecfd0d9049e444b13 100644
--- a/Source/core/css/DocumentFontFaceSet.idl
+++ b/Source/core/css/DocumentFontFaceSet.idl
@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface Document {
- [RuntimeEnabled=FontLoadEvents] readonly attribute FontFaceSet fonts;
+[
+ RuntimeEnabled=FontLoadEvents,
+] partial interface Document {
+ readonly attribute FontFaceSet fonts;
};
« no previous file with comments | « Source/core/animation/ElementAnimation.idl ('k') | Source/core/dom/DocumentFullscreen.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698