blob: a3b2c6716ed56abeccbf9dbb63b5d5da1cc397ea [file] [log] [blame]
// Copyright 2016 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.
partial interface CSS {
[RuntimeEnabled=CSSVariables2, CallWith=ExecutionContext, RaisesException]
static void registerProperty(PropertyDescriptor descriptor);
};