Changeset 117774 in webkit
- Timestamp:
- May 21, 2012, 6:02:57 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
inspector/front-end/UISourceCode.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r117773 r117774 1 2012-05-21 'Pavel Feldman' <pfeldman@chromium.org> 2 3 Web Inspector: declare setFormatted on UISourceCode (otherwise fails for styles). 4 5 Not reviewed: front-end fix as a follow up to r117751. 6 7 * inspector/front-end/UISourceCode.js: 8 (WebInspector.UISourceCode.prototype.consoleMessagesCleared): 9 (WebInspector.UISourceCode.prototype.setFormatted): 10 1 11 2012-05-21 Yury Semikhatsky <yurys@chromium.org> 2 12 -
trunk/Source/WebCore/inspector/front-end/UISourceCode.js
r117600 r117774 307 307 this._consoleMessages = []; 308 308 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.ConsoleMessagesCleared); 309 }, 310 311 /** 312 * @param {boolean} formatted 313 * @param {function()=} callback 314 */ 315 setFormatted: function(formatted, callback) 316 { 317 if (callback) 318 callback(); 309 319 } 310 320 }
Note:
See TracChangeset
for help on using the changeset viewer.