Title: [174692] trunk/Source/WebKit/win
- Revision
- 174692
- Author
- [email protected]
- Date
- 2014-10-14 11:36:04 -0700 (Tue, 14 Oct 2014)
Log Message
[Windows] Add some logging to debug random crashing when running layout tests on Windows.
* WebActionPropertyBag.cpp:
(WebActionPropertyBag::Read):
Modified Paths
Diff
Modified: trunk/Source/WebKit/win/ChangeLog (174691 => 174692)
--- trunk/Source/WebKit/win/ChangeLog 2014-10-14 18:32:01 UTC (rev 174691)
+++ trunk/Source/WebKit/win/ChangeLog 2014-10-14 18:36:04 UTC (rev 174692)
@@ -1,3 +1,10 @@
+2014-10-14 Roger Fong <[email protected]>
+
+ [Windows] Add some logging to debug random crashing when running layout tests on Windows.
+
+ * WebActionPropertyBag.cpp:
+ (WebActionPropertyBag::Read):
+
2014-10-13 Brent Fulgham <[email protected]>
[Win] Implement a page load profiling tool
Modified: trunk/Source/WebKit/win/WebActionPropertyBag.cpp (174691 => 174692)
--- trunk/Source/WebKit/win/WebActionPropertyBag.cpp 2014-10-14 18:32:01 UTC (rev 174691)
+++ trunk/Source/WebKit/win/WebActionPropertyBag.cpp 2014-10-14 18:36:04 UTC (rev 174692)
@@ -111,6 +111,7 @@
if (!pszPropName)
return E_POINTER;
+ WTFLogAlways("pVar Pointer Value: %p", pVar);
VariantClear(pVar);
if (isEqual(pszPropName, WebActionNavigationTypeKey)) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes