Bug 108797 - Split InspectorCSSOMWrappers out from StyleResolver.h into its own file.
Summary: Split InspectorCSSOMWrappers out from StyleResolver.h into its own file.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks: 107777
  Show dependency treegraph
 
Reported: 2013-02-03 23:53 PST by Hayato Ito
Modified: 2013-02-04 02:29 PST (History)
9 users (show)

See Also:


Attachments
Factor (24.52 KB, patch)
2013-02-04 01:20 PST, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2013-02-03 23:53:54 PST
This is a following patch after r141373.

CSSDefaultStyleSheets is now factored out from StyleResolver.cpp in r141733. Now we can have InspectorCSSOMWrappers in its own file.

I've thought that we should have InspectorCSSOMWrappers.h in WebCore/inspector rather than WebCore/css. But it seems WebCore/inspector is used for basic inspector functionalities.
So I've decided to put InspectorCSSOMWrappers.{h,cpp} in WebCore/css.
Comment 1 Hayato Ito 2013-02-04 01:20:58 PST
Created attachment 186320 [details]
Factor
Comment 2 Hajime Morrita 2013-02-04 02:21:04 PST
Comment on attachment 186320 [details]
Factor

rs=me
Comment 3 WebKit Review Bot 2013-02-04 02:29:03 PST
Comment on attachment 186320 [details]
Factor

Clearing flags on attachment: 186320

Committed r141750: <http://trac.webkit.org/changeset/141750>
Comment 4 WebKit Review Bot 2013-02-04 02:29:07 PST
All reviewed patches have been landed.  Closing bug.