summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/ProcessingInstruction.h
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-11-17 05:49:13 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-17 05:49:13 -0800
commit1343dcc6f50e1060fc392a2866438c1495449d0f (patch)
tree1d6bd1020d3808031268da591653d20b9b087912 /Source/WebCore/dom/ProcessingInstruction.h
parent821a96a38b73feb4a362a5a738f355b52667253f (diff)
parentb359438e11520b3e3b6801ad1280e1bdef2b986c (diff)
downloadexternal_webkit-1343dcc6f50e1060fc392a2866438c1495449d0f.zip
external_webkit-1343dcc6f50e1060fc392a2866438c1495449d0f.tar.gz
external_webkit-1343dcc6f50e1060fc392a2866438c1495449d0f.tar.bz2
Merge "Removing ANDROID_INSTRUMENTATION code"
Diffstat (limited to 'Source/WebCore/dom/ProcessingInstruction.h')
-rw-r--r--Source/WebCore/dom/ProcessingInstruction.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/WebCore/dom/ProcessingInstruction.h b/Source/WebCore/dom/ProcessingInstruction.h
index fd98566..1be8710 100644
--- a/Source/WebCore/dom/ProcessingInstruction.h
+++ b/Source/WebCore/dom/ProcessingInstruction.h
@@ -56,14 +56,6 @@ public:
private:
ProcessingInstruction(Document*, const String& target, const String& data);
-#ifdef ANDROID_INSTRUMENT
- // Overridden to resolve the ambiguous
- void* operator new(size_t size);
- void* operator new[](size_t size);
- void operator delete(void* p, size_t size);
- void operator delete[](void* p, size_t size);
-#endif
-
virtual String nodeName() const;
virtual NodeType nodeType() const;
virtual String nodeValue() const;