mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix WebGL objects inheritance
This commit is contained in:
parent
b43a2ed807
commit
ad414824b2
5 changed files with 17 additions and 13 deletions
|
@ -14,7 +14,7 @@ pub struct WebGLObject {
|
|||
}
|
||||
|
||||
impl WebGLObject {
|
||||
fn new_inherited() -> WebGLObject {
|
||||
pub fn new_inherited() -> WebGLObject {
|
||||
WebGLObject {
|
||||
reflector_: Reflector::new(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue