Changeset 183727 in webkit
- Timestamp:
- May 3, 2015, 12:13:22 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r183726 r183727 1 2015-05-03 Alexey Proskuryakov <ap@apple.com> 2 3 Remove timer alignment logging that I added earler today. 4 5 * page/Settings.cpp: (WebCore::Settings::setDOMTimerAlignmentInterval): 6 1 7 2015-05-02 Gyuyoung Kim <gyuyoung.kim@samsung.com> 2 8 -
trunk/Source/WebCore/page/Settings.cpp
r183720 r183727 468 468 void Settings::setDOMTimerAlignmentInterval(double alignmentInterval) 469 469 { 470 #ifndef NDEBUG471 // Temporary logging for <https://bugs.webkit.org/show_bug.cgi?id=144155>.472 WTFLogAlways("Settings %p setDOMTimerAlignmentInterval %g\n", this, alignmentInterval);473 #endif474 470 m_domTimerAlignmentInterval = alignmentInterval; 475 471 }
Note:
See TracChangeset
for help on using the changeset viewer.