Bug 502176 bustage fix - Restore the refcount tracing code to nsHtml5Tokenizer. a=orange.

This commit is contained in:
Henri Sivonen
2010-11-10 12:03:48 +02:00
parent 4cb66b631d
commit 6d0b9252cc
3 changed files with 11 additions and 0 deletions

View File

@@ -6914,6 +6914,10 @@ public class Tokenizer implements Locator {
this.encodingDeclarationHandler = encodingDeclarationHandler;
}
void destructor() {
// The translator will write refcount tracing stuff here
}
// [NOCPP[
/**