summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebURLCredential.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebURLCredential.cpp')
-rw-r--r--WebKit/win/WebURLCredential.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/win/WebURLCredential.cpp b/WebKit/win/WebURLCredential.cpp
index a6cc35c..82cf78c 100644
--- a/WebKit/win/WebURLCredential.cpp
+++ b/WebKit/win/WebURLCredential.cpp
@@ -41,11 +41,13 @@ WebURLCredential::WebURLCredential(const Credential& credential)
, m_credential(credential)
{
gClassCount++;
+ gClassNameCount.add("WebURLCredential");
}
WebURLCredential::~WebURLCredential()
{
gClassCount--;
+ gClassNameCount.remove("WebURLCredential");
}
WebURLCredential* WebURLCredential::createInstance()