Changeset 243931 in webkit
- Timestamp:
- Apr 5, 2019, 5:25:05 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 14 edited
-
ChangeLog (modified) (1 diff)
-
css/CSSComputedStyleDeclaration.h (modified) (2 diffs)
-
dom/DOMRectReadOnly.h (modified) (2 diffs)
-
dom/LiveNodeList.h (modified) (2 diffs)
-
dom/NodeIterator.h (modified) (2 diffs)
-
dom/TreeWalker.h (modified) (2 diffs)
-
fileapi/Blob.h (modified) (2 diffs)
-
fileapi/File.h (modified) (2 diffs)
-
fileapi/FileList.h (modified) (2 diffs)
-
html/CachedHTMLCollection.h (modified) (2 diffs)
-
html/HTMLFormElement.h (modified) (2 diffs)
-
html/HTMLNameCollection.h (modified) (2 diffs)
-
html/canvas/GPUBasedCanvasRenderingContext.h (modified) (2 diffs)
-
page/RemoteDOMWindow.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243929 r243931 1 2019-04-05 David Kilzer <ddkilzer@apple.com> 2 3 REGRESSION(r243887): Try to fix Windows builds by including <wtf/IsoMalloc.h> 4 5 Caused by: 6 [WebCore] Put most of derived classes of ScriptWrappable into IsoHeap 7 https://bugs.webkit.org/show_bug.cgi?id=196475 8 9 * css/CSSComputedStyleDeclaration.h: 10 * dom/DOMRectReadOnly.h: 11 * dom/LiveNodeList.h: 12 * dom/NodeIterator.h: 13 * dom/TreeWalker.h: 14 * fileapi/Blob.h: 15 * fileapi/File.h: 16 * fileapi/FileList.h: 17 * html/CachedHTMLCollection.h: 18 * html/HTMLFormElement.h: 19 * html/HTMLNameCollection.h: 20 * html/canvas/GPUBasedCanvasRenderingContext.h: 21 * page/RemoteDOMWindow.h: 22 1 23 2019-04-05 Ryosuke Niwa <rniwa@webkit.org> 2 24 -
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.h
r243887 r243931 1 1 /* 2 2 * Copyright (C) 2004 Zack Rusin <zack@kde.org> 3 * Copyright (C) 2004 , 2005, 2006, 2008, 2012, 2013Apple Inc. All rights reserved.3 * Copyright (C) 2004-2019 Apple Inc. All rights reserved. 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 25 25 #include "SVGRenderStyleDefs.h" 26 26 #include "TextFlags.h" 27 #include <wtf/IsoMalloc.h> 27 28 #include <wtf/RefPtr.h> 28 29 #include <wtf/text/WTFString.h> -
trunk/Source/WebCore/dom/DOMRectReadOnly.h
r243887 r243931 1 1 /* 2 * Copyright (C) 2016 Apple Inc. All rights reserved.2 * Copyright (C) 2016-2019 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 28 28 #include "DOMRectInit.h" 29 29 #include "ScriptWrappable.h" 30 #include <wtf/IsoMalloc.h> 30 31 #include <wtf/MathExtras.h> 31 32 #include <wtf/Ref.h> -
trunk/Source/WebCore/dom/LiveNodeList.h
r243887 r243931 3 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 4 4 * (C) 2001 Dirk Mueller (mueller@kde.org) 5 * Copyright (C) 2004-201 7Apple Inc. All rights reserved.5 * Copyright (C) 2004-2019 Apple Inc. All rights reserved. 6 6 * 7 7 * This library is free software; you can redistribute it and/or … … 31 31 #include "NodeList.h" 32 32 #include <wtf/Forward.h> 33 #include <wtf/IsoMalloc.h> 33 34 34 35 namespace WebCore { -
trunk/Source/WebCore/dom/NodeIterator.h
r243887 r243931 4 4 * Copyright (C) 2001 Peter Kelly (pmk@post.com) 5 5 * Copyright (C) 2006 Samuel Weinig (sam.weinig@gmail.com) 6 * Copyright (C) 2004 , 2008Apple Inc. All rights reserved.6 * Copyright (C) 2004-2019 Apple Inc. All rights reserved. 7 7 * 8 8 * This library is free software; you can redistribute it and/or … … 29 29 #include "ScriptWrappable.h" 30 30 #include "Traversal.h" 31 #include <wtf/IsoMalloc.h> 31 32 32 33 namespace WebCore { -
trunk/Source/WebCore/dom/TreeWalker.h
r243887 r243931 4 4 * Copyright (C) 2001 Peter Kelly (pmk@post.com) 5 5 * Copyright (C) 2006 Samuel Weinig (sam.weinig@gmail.com) 6 * Copyright (C) 2004 , 2008Apple Inc. All rights reserved.6 * Copyright (C) 2004-2019 Apple Inc. All rights reserved. 7 7 * 8 8 * This library is free software; you can redistribute it and/or … … 29 29 #include "ScriptWrappable.h" 30 30 #include "Traversal.h" 31 #include <wtf/IsoMalloc.h> 31 32 #include <wtf/RefCounted.h> 32 33 -
trunk/Source/WebCore/fileapi/Blob.h
r243887 r243931 1 1 /* 2 2 * Copyright (C) 2010 Google Inc. All rights reserved. 3 * Copyright (C) 2012-2019 Apple Inc. All rights reserved. 3 4 * 4 5 * Redistribution and use in source and binary forms, with or without … … 33 34 #include "BlobPropertyBag.h" 34 35 #include "ScriptWrappable.h" 36 #include <wtf/IsoMalloc.h> 35 37 #include <wtf/URL.h> 36 38 #include "URLRegistry.h" -
trunk/Source/WebCore/fileapi/File.h
r243887 r243931 1 1 /* 2 * Copyright (C) 2008 Apple Inc. All Rights Reserved.2 * Copyright (C) 2008-2019 Apple Inc. All Rights Reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 28 28 #include "Blob.h" 29 #include <wtf/IsoMalloc.h> 29 30 #include <wtf/Optional.h> 30 31 #include <wtf/Ref.h> -
trunk/Source/WebCore/fileapi/FileList.h
r243887 r243931 1 1 /* 2 * Copyright (C) 2008 Apple Inc. All Rights Reserved.2 * Copyright (C) 2008-2019 Apple Inc. All Rights Reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 28 28 #include "File.h" 29 29 #include "ScriptWrappable.h" 30 #include <wtf/IsoMalloc.h> 30 31 #include <wtf/RefCounted.h> 31 32 #include <wtf/RefPtr.h> -
trunk/Source/WebCore/html/CachedHTMLCollection.h
r243887 r243931 1 1 /* 2 * Copyright (C) 2015-201 7Apple Inc. All rights reserved.2 * Copyright (C) 2015-2019 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 29 29 #include "HTMLCollection.h" 30 30 #include "HTMLElement.h" 31 #include <wtf/IsoMalloc.h> 31 32 32 33 namespace WebCore { -
trunk/Source/WebCore/html/HTMLFormElement.h
r243929 r243931 3 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 4 4 * (C) 2000 Dirk Mueller (mueller@kde.org) 5 * Copyright (C) 2004-201 6Apple Inc. All rights reserved.5 * Copyright (C) 2004-2019 Apple Inc. All rights reserved. 6 6 * 7 7 * This library is free software; you can redistribute it and/or … … 29 29 #include "RadioButtonGroups.h" 30 30 #include <memory> 31 #include <wtf/IsoMalloc.h> 31 32 #include <wtf/WeakHashSet.h> 32 33 -
trunk/Source/WebCore/html/HTMLNameCollection.h
r243887 r243931 2 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 3 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 4 * Copyright (C) 2003 , 2004, 2005, 2006, 2007Apple Inc. All rights reserved.4 * Copyright (C) 2003-2019 Apple Inc. All rights reserved. 5 5 * 6 6 * This library is free software; you can redistribute it and/or … … 25 25 #include "CachedHTMLCollection.h" 26 26 #include "NodeRareData.h" 27 #include <wtf/IsoMalloc.h> 27 28 #include <wtf/text/AtomicString.h> 28 29 -
trunk/Source/WebCore/html/canvas/GPUBasedCanvasRenderingContext.h
r243887 r243931 1 1 /* 2 * Copyright (C) 2017 Apple Inc. All rights reserved.2 * Copyright (C) 2017-2019 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 28 28 #include "ActiveDOMObject.h" 29 29 #include "CanvasRenderingContext.h" 30 #include <wtf/IsoMalloc.h> 30 31 31 32 namespace WebCore { -
trunk/Source/WebCore/page/RemoteDOMWindow.h
r243887 r243931 1 1 /* 2 * Copyright (C) 2018 Apple Inc. All rights reserved.2 * Copyright (C) 2018-2019 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 28 28 #include "AbstractDOMWindow.h" 29 29 #include "RemoteFrame.h" 30 #include <wtf/IsoMalloc.h> 30 31 #include <wtf/TypeCasts.h> 31 32
Note:
See TracChangeset
for help on using the changeset viewer.