Skip to content
Snippets Groups Projects
Commit 88158430 authored by dbaron%fas.harvard.edu's avatar dbaron%fas.harvard.edu
Browse files

Attempt to fix HP runtime bustage. b=83836

parent 783b508b
No related merge requests found
......@@ -65,7 +65,8 @@ struct RuleProcessorData {
nsRuleWalker* aRuleWalker,
nsCompatibility* aCompat = nsnull);
virtual ~RuleProcessorData();
// NOTE: not |virtual|
~RuleProcessorData();
void* operator new(size_t sz, nsIPresContext* aContext) {
void* result = nsnull;
......
......@@ -65,7 +65,8 @@ struct RuleProcessorData {
nsRuleWalker* aRuleWalker,
nsCompatibility* aCompat = nsnull);
virtual ~RuleProcessorData();
// NOTE: not |virtual|
~RuleProcessorData();
void* operator new(size_t sz, nsIPresContext* aContext) {
void* result = nsnull;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment