Changeset 122569 in webkit


Ignore:
Timestamp:
Jul 13, 2012 5:56:44 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Regions] Fix build for bug 89000
https://bugs.webkit.org/show_bug.cgi?id=91215

Patch by Andrei Bucur <abucur@adobe.com> on 2012-07-13
Reviewed by Kentaro Hara.

Remove the unused variable m_state that was a leftover from a previous version of the patch.

Tests: No new tests, build fix.

  • dom/WebKitNamedFlow.cpp:

(WebCore::WebKitNamedFlow::WebKitNamedFlow):

  • dom/WebKitNamedFlow.h:

(WebKitNamedFlow):

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r122562 r122569  
     12012-07-13  Andrei Bucur  <abucur@adobe.com>
     2        [CSS Regions] Fix build for bug 89000
     3        https://bugs.webkit.org/show_bug.cgi?id=91215
     4
     5        Reviewed by Kentaro Hara.
     6
     7        Remove the unused variable m_state that was a leftover from a previous version of the patch.
     8
     9        Tests: No new tests, build fix.
     10
     11        * dom/WebKitNamedFlow.cpp:
     12        (WebCore::WebKitNamedFlow::WebKitNamedFlow):
     13        * dom/WebKitNamedFlow.h:
     14        (WebKitNamedFlow):
     15
    1162012-07-13  Kenichi Ishibashi  <bashi@chromium.org>
    217
  • trunk/Source/WebCore/dom/WebKitNamedFlow.cpp

    r122556 r122569  
    4242    , m_flowManager(manager)
    4343    , m_parentFlowThread(0)
    44     , m_state(FlowStateCreated)
    4544{
    4645}
  • trunk/Source/WebCore/dom/WebKitNamedFlow.h

    r122556 r122569  
    7171    RefPtr<WebKitNamedFlowCollection> m_flowManager;
    7272    RenderNamedFlowThread* m_parentFlowThread;
    73 
    74     FlowState m_state;
    7573};
    7674
Note: See TracChangeset for help on using the changeset viewer.