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 upMove IFrameLoadInfo and IFrameSandboxState to script_traits #9257
Conversation
highfive
commented
Jan 11, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @jdm (or someone else) soon. |
| @@ -2,11 +2,12 @@ | |||
| * License, v. 2.0. If a copy of the MPL was not distributed with this | |||
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |||
|
|
|||
| use ::IFrameLoadInfo; | |||
This comment has been minimized.
This comment has been minimized.
jdm
Jan 11, 2016
Member
This :: shouldn't be necessary. Be sure to run ./mach test-tidy after removing it, because the expected sort ordering will change.
|
Looks great, with one small nit! |
|
Thanks, I applied the changes and made sure to |
|
@bors-servo: r+ |
|
|
Move IFrameLoadInfo and IFrameSandboxState to script_traits Hi, this should fix #8841! Any change that might be needed please tell me <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9257) <!-- Reviewable:end -->
|
|
fmmrtns commentedJan 11, 2016
Hi, this should fix #8841!
Any change that might be needed please tell me