diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-05-04 08:42:43 -0500 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-05-04 08:42:43 -0500 |
commit | 2e4d2eb6a9fd135ee19475664a608789880f37b6 (patch) | |
tree | ed400468e65bc03b793c6e9fcef6701cd52ca0bb /components/script/script_task.rs | |
parent | 72ca16ed555cac4aa3019411c7157251107efccc (diff) | |
parent | fe1a334b113785ecc9a9913c12509c26f8dac4b5 (diff) | |
download | servo-2e4d2eb6a9fd135ee19475664a608789880f37b6.tar.gz servo-2e4d2eb6a9fd135ee19475664a608789880f37b6.zip |
Auto merge of #5932 - Munksgaard:fix-5930, r=Ms2ger
Following the (short) in #5930 it was decided that we should remove this
FIXME.
Fixes #5930
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5932)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index e11db71355d..24a91c65c34 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -266,8 +266,6 @@ impl Drop for StackRootTLS { /// Information for an entire page. Pages are top-level browsing contexts and can contain multiple /// frames. -/// -/// FIXME: Rename to `Page`, following WebKit? #[jstraceable] pub struct ScriptTask { /// A handle to the information pertaining to page layout |