Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate js. #15563
Update js. #15563
Conversation
highfive
commented
Feb 15, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Feb 15, 2017
|
r=me, I'd appreciate you answering my question though. |
| @@ -33,10 +33,10 @@ impl VRStageParameters { | |||
| parameters: DOMRefCell::new(parameters), | |||
| transform: Heap::default() | |||
| }; | |||
| // XXX unsound! | |||
This comment has been minimized.
This comment has been minimized.
emilio
Feb 15, 2017
Member
Just to check, since it wasn't obvious to me. This is unsound because VRStageParameters is unrooted, so transform is not rooted too, right?
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r+ |
|
|
|
@bors-servo p=10 |
Update js. Fixes #15553. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15563) <!-- Reviewable:end -->
|
|
|
@bors-servo r+ |
|
|
|
|
Update js. Fixes #15553. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15563) <!-- Reviewable:end -->
|
|
Ms2ger commentedFeb 15, 2017
•
edited by larsbergstrom
Fixes #15553.
This change is