From d0addd36bb83d56071200b051e21ae3ad7417ac2 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Sun, 12 Oct 2014 14:12:37 +0200 Subject: Privatize ProcessingInstruction --- components/script/dom/htmlserializer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/script/dom/htmlserializer.rs') diff --git a/components/script/dom/htmlserializer.rs b/components/script/dom/htmlserializer.rs index 07c5b3d7121..9e84900a9c0 100644 --- a/components/script/dom/htmlserializer.rs +++ b/components/script/dom/htmlserializer.rs @@ -93,9 +93,9 @@ fn serialize_text(text: JSRef, html: &mut String) { fn serialize_processing_instruction(processing_instruction: JSRef, html: &mut String) { html.push_str(""); } -- cgit v1.2.3