Changeset 14619 in webkit


Ignore:
Timestamp:
May 27, 2006 11:33:32 AM (18 years ago)
Author:
andersca
Message:

2006-05-27 Anders Carlsson <acarlsson@apple.com>

  • bindings/js/JSHTMLElementWrapperFactory.cpp: Correct include file names.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r14618 r14619  
     12006-05-27  Anders Carlsson  <acarlsson@apple.com>
     2
     3        * bindings/js/JSHTMLElementWrapperFactory.cpp:
     4        Correct include file names.
     5
    162006-05-26  Justin Garcia  <justin.garcia@apple.com>
    27
  • trunk/WebCore/bindings/js/JSHTMLElementWrapperFactory.cpp

    r14593 r14619  
    2525#include "HTMLBaseElement.h"
    2626#include "HTMLBaseFontElement.h"
    27 #include "HTMLBlockQuoteElement.h"
     27#include "HTMLBlockquoteElement.h"
    2828#include "HTMLBodyElement.h"
    2929#include "HTMLBRElement.h"
     
    7171#include "JSHTMLBaseElement.h"
    7272#include "JSHTMLBaseFontElement.h"
    73 #include "JSHTMLBlockQuoteElement.h"
     73#include "JSHTMLBlockquoteElement.h"
    7474#include "JSHTMLBodyElement.h"
    7575#include "JSHTMLBRElement.h"
Note: See TracChangeset for help on using the changeset viewer.