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/ScopeChain.cpp

    r34622 r35027  
    11/*
    2  *  This file is part of the KDE libraries
    32 *  Copyright (C) 2003, 2006, 2008 Apple Inc.
    43 *
     
    2322#include "ScopeChain.h"
    2423
     24#include "JSGlobalObject.h"
     25#include "JSObject.h"
    2526#include "PropertyNameArray.h"
    26 #include "JSObject.h"
    27 #include "JSGlobalObject.h"
    2827#include <stdio.h>
    2928
Note: See TracChangeset for help on using the changeset viewer.