Changeset 178392 in webkit


Ignore:
Timestamp:
Jan 13, 2015 4:44:10 PM (9 years ago)
Author:
Chris Dumez
Message:

Unreviewed iOS build fix after r178390.

  • html/canvas/CanvasRenderingContext2D.cpp:

(WebCore::CanvasRenderingContext2D::CanvasRenderingContext2D):
m_type is undeclared.

  • html/canvas/WebGLContextGroup.h:

Fix bad include.

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r178390 r178392  
     12015-01-13  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed iOS build fix after r178390.
     4
     5        * html/canvas/CanvasRenderingContext2D.cpp:
     6        (WebCore::CanvasRenderingContext2D::CanvasRenderingContext2D):
     7        m_type is undeclared.
     8
     9        * html/canvas/WebGLContextGroup.h:
     10        Fix bad include.
     11
    1122015-01-13  Roger Fong  <roger_fong@apple.com>
    213
  • trunk/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp

    r178390 r178392  
    116116    ASSERT_UNUSED(usesDashboardCompatibilityMode, !usesDashboardCompatibilityMode);
    117117#endif
    118     m_type = "2d";
    119118}
    120119
  • trunk/Source/WebCore/html/canvas/WebGLContextGroup.h

    r178390 r178392  
    2727#define WebGLContextGroup_h
    2828
    29 #include <WebGLRenderingContextBase.h>
     29#include "WebGLRenderingContextBase.h"
    3030#include <wtf/HashSet.h>
    3131#include <wtf/PassRefPtr.h>
Note: See TracChangeset for help on using the changeset viewer.