Skip to content

Commit 1e5d8c7

Browse files
committed
Forgot windows build fix.
Canonical link: https://commits.webkit.org/73766@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84024 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent d9cc34b commit 1e5d8c7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Source/WebCore/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2011-04-15 Oliver Hunt <oliver@apple.com>
2+
3+
Forgot windows build fix.
4+
5+
* bindings/js/JSNodeFilterCondition.cpp:
6+
(WebCore::JSNodeFilterCondition::WeakOwner::isReachableFromOpaqueRoots):
7+
18
2011-04-15 Joseph Pecoraro <joepeck@webkit.org>
29

310
Reviewed by Yury Semikhatsky.

Source/WebCore/bindings/js/JSNodeFilterCondition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ short JSNodeFilterCondition::acceptNode(JSC::ExecState* exec, Node* filterNode)
8383
return intResult;
8484
}
8585

86-
bool JSNodeFilterCondition::WeakOwner::isReachableFromOpaqueRoots(JSC::Handle<Unknown>, void* context, MarkStack& markStack)
86+
bool JSNodeFilterCondition::WeakOwner::isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown>, void* context, MarkStack& markStack)
8787
{
8888
return markStack.containsOpaqueRoot(context);
8989
}

0 commit comments

Comments
 (0)