Ignore:
Timestamp:
Jul 6, 2008, 7:49:29 PM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2008-07-06 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

Second step in broad cleanup effort.

[ File list elided ]

WebCore:

2008-07-06 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

Add #include for kjs/protect.h.

  • xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::loadRequestAsynchronously):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/JSGlobalObject.h

    r34946 r35027  
    1 // -*- c-basic-offset: 4 -*-
    21/*
    32 *  Copyright (C) 2007 Eric Seidel <[email protected]>
     
    2120 */
    2221
    23 #ifndef KJS_GlobalObject_h
    24 #define KJS_GlobalObject_h
     22#ifndef JSGlobalObject_h
     23#define JSGlobalObject_h
    2524
    2625#include "JSGlobalData.h"
     
    297296} // namespace KJS
    298297
    299 #endif // KJS_GlobalObject_h
     298#endif // JSGlobalObject_h
Note: See TracChangeset for help on using the changeset viewer.