diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-18 15:18:11 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-27 03:28:35 +0530 |
commit | 50c246bdc525afd26ff1864001eaf243db834192 (patch) | |
tree | 59864da35049488606be9c490b41111e746df57e /components/script/dom/browsercontext.rs | |
parent | 21a888341d3e184b0835c4de73959b851d275571 (diff) | |
download | servo-50c246bdc525afd26ff1864001eaf243db834192.tar.gz servo-50c246bdc525afd26ff1864001eaf243db834192.zip |
Fix warnings post-upgrade
Diffstat (limited to 'components/script/dom/browsercontext.rs')
-rw-r--r-- | components/script/dom/browsercontext.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/browsercontext.rs b/components/script/dom/browsercontext.rs index 3ee2387b4f6..0bd96b75ec8 100644 --- a/components/script/dom/browsercontext.rs +++ b/components/script/dom/browsercontext.rs @@ -65,6 +65,8 @@ impl BrowserContext { } } +// This isn't a DOM struct, just a convenience struct +// without a reflector, so we don't mark this as #[dom_struct] #[must_root] #[privatize] #[jstraceable] |