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

Unified Diff: third_party/WebKit/Source/core/css/cssom/StyleValue.idl

Issue 2036893003: [CSS Typed OM] Rename StyleValue -> CSSStyleValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update more union types Created 4 years, 6 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/cssom/StyleValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/StyleValue.idl b/third_party/WebKit/Source/core/css/cssom/StyleValue.idl
deleted file mode 100644
index b5ea7088ab44a39f1ef601cac7da4a8c337cfc02..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/css/cssom/StyleValue.idl
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-[
- RuntimeEnabled=CSSTypedOM,
-] interface StyleValue {
- readonly attribute DOMString cssString;
- // TODO(meade): Should be (StyleValue or sequence<StyleValue>)? instead of object?. Fix when the code generator supports this.
- [RaisesException, CallWith=ScriptState] static object? parse(DOMString property, DOMString cssText);
-};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/StyleValue.cpp ('k') | third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698