I'd like to transform UISourceCode to domain/debugger agnostic File. I want to move all domain specific logic to editor, breakpoint manager and debugger model and remove JavaScriptSource, StyleSource, SASSSource and SnippetJavaScriptSource classes. In this patch I am removing all methods and fields from this classes except for the modification bindings.
Created attachment 164745 [details] Patch
Comment on attachment 164745 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=164745&action=review > Source/WebCore/inspector/front-end/BreakpointManager.js:64 > +WebInspector.BreakpointManager.isDivergedFromVM = function(uiSourceCode) hasDiverged ?
Committed r129862: <http://trac.webkit.org/changeset/129862>