aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-03-18 17:22:55 -0400
committerGitHub <noreply@github.com>2019-03-18 17:22:55 -0400
commit34fda66dfa5528f2b10a873e9a67417c6986c712 (patch)
tree8994cc26cc41a45bbc189622871b4a1c0b378f18 /components/script/dom/mod.rs
parent0fac8f2f62aff22897a0ca657a840333827cabf0 (diff)
parent4b8282b3b164771e3351c2a85890167ab6d0ab7f (diff)
downloadservo-34fda66dfa5528f2b10a873e9a67417c6986c712.tar.gz
servo-34fda66dfa5528f2b10a873e9a67417c6986c712.zip
Auto merge of #22891 - georgeroman:implement_cdatasection, r=Manishearth
Implement CDATASection interface and createCDATASection method <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #22846 <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/22891) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index b8f288a7e4e..e7ea25c565f 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -245,6 +245,7 @@ pub mod bluetoothuuid;
pub mod canvasgradient;
pub mod canvaspattern;
pub mod canvasrenderingcontext2d;
+pub mod cdatasection;
pub mod channelmergernode;
pub mod channelsplitternode;
pub mod characterdata;