mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-31 01:28:55 +00:00
class_index => class_id
This commit is contained in:
@@ -202,7 +202,7 @@ pub const JsApi = struct {
|
||||
pub const Meta = struct {
|
||||
pub const name = "CSSStyleDeclaration";
|
||||
pub const prototype_chain = bridge.prototypeChain();
|
||||
pub var class_index: u16 = 0;
|
||||
pub var class_id: bridge.ClassId = undefined;
|
||||
};
|
||||
|
||||
pub const cssText = bridge.accessor(CSSStyleDeclaration.getCssText, CSSStyleDeclaration.setCssText, .{});
|
||||
|
||||
Reference in New Issue
Block a user