| 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);
|
| -};
|
|
|