| Index: sky/specs/apis.md
|
| diff --git a/sky/specs/apis.md b/sky/specs/apis.md
|
| index bd7651d998396f808da5e4248ba000ea1b9bb924..f364d85b0a461814009f15a3d83f8321a76e81a3 100644
|
| --- a/sky/specs/apis.md
|
| +++ b/sky/specs/apis.md
|
| @@ -126,7 +126,7 @@ module 'sky:core' {
|
| virtual void attributeChangeCallback(String name, String? oldValue, String? newValue); // noop
|
| // TODO(ianh): does a node ever need to know when it's been redistributed?
|
|
|
| - readonly attribute StyleDeclarationList style; // O(1)
|
| + readonly attribute ElementStyleDeclarationList style; // O(1)
|
| virtual LayoutManagerConstructor getLayoutManager(RenderNode renderNode); // O(1)
|
| // default implementation looks up the 'display' property and returns the value:
|
| // if (renderNode)
|
|
|