forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Win] Unreviewed build fix after r157228
The changes in r157228 trigger a bug in VS2010. This patch works around the compiler bug to allow this platform to build. * dom/Range.cpp: Move implementation to header file. * dom/Range.h: Inline the method. * page/DOMWindow.cpp: (WebCore::DOMWindow::open): Add stub method (with pointer arguments) to call the real method with references. * page/DOMWindow.h: Declare stub method taking pointer arguments to avoid compiler bug. * testing/Internals.cpp: (WebCore::Internals::openDummyInspectorFrontend): Use work-around method when building under the buggy version of Visual Studio. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@157252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
a895a4a
commit e8805c2
Showing
6 changed files
with
41 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2013-10-10 Brent Fulgham <[email protected]> | ||
|
||
[Win] Unreviewed build fix after r157228 | ||
|
||
The changes in r157228 trigger a bug in VS2010. This patch works around the compiler bug | ||
to allow this platform to build. | ||
|
||
* dom/Range.cpp: Move implementation to header file. | ||
* dom/Range.h: Inline the method. | ||
* page/DOMWindow.cpp: | ||
(WebCore::DOMWindow::open): Add stub method (with pointer arguments) to call the real | ||
method with references. | ||
* page/DOMWindow.h: Declare stub method taking pointer arguments to avoid compiler bug. | ||
* testing/Internals.cpp: | ||
(WebCore::Internals::openDummyInspectorFrontend): Use work-around method when building under | ||
the buggy version of Visual Studio. | ||
|
||
2013-10-10 Ryosuke Niwa <[email protected]> | ||
|
||
Make all functions of EventDispatcher static | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters